Home
last modified time | relevance | path

Searched refs:SyncRoot (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs577 object ICollection.SyncRoot { get { return this; } }
776 public object SyncRoot { get { return parent; } } property in Google.Protobuf.Collections.MapField.MapView
H A DRepeatedField.cs655 object ICollection.SyncRoot => this;
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs400 Assert.AreSame(dictionary, dictionary.SyncRoot); in IDictionary_SyncRoot()
H A DRepeatedFieldTest.cs656 Assert.AreSame(list, list.SyncRoot); in IList_SyncRoot()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs401 Assert.AreSame(dictionary, dictionary.SyncRoot); in IDictionary_SyncRoot()
H A DRepeatedFieldTest.cs746 Assert.AreSame(list, list.SyncRoot); in IList_SyncRoot()

Completed in 7 milliseconds