5 writes to _sync
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (5)
18_sync = new Object(); 27_sync = syncRoot; 38_sync = syncRoot; 52_sync = syncRoot; 67_sync = syncRoot;
9 references to _sync
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (9)
72get { lock (_sync) { return _items.Count; } } 85get { lock (_sync) { return _items[index]; } } 90lock (_sync) 98lock (_sync) 106lock (_sync) 114lock (_sync) 175get { return _sync; } 184lock (_sync) 192lock (_sync)