2 references to SynchronizedCollection
System.ServiceModel.Primitives (1)
netstandard.cs (1)
700
public ExtensionCollection(T owner, object syncRoot) :
base
(syncRoot) { }
System.ServiceModel.Primitives.Tests (1)
ServiceModel\SynchronizedCollection.cs (1)
78
new
SynchronizedCollection
<int>(null);