3 instantiations of SchemaImporterExtensionCollection
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (1)
100SchemaImporterExtensionCollection clone = new SchemaImporterExtensionCollection();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
57_extensions = new SchemaImporterExtensionCollection(); 85_extensions = new SchemaImporterExtensionCollection();
4 references to SchemaImporterExtensionCollection
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Advanced\SchemaImporterExtension.cs (2)
98internal SchemaImporterExtensionCollection Clone() 100SchemaImporterExtensionCollection clone = new SchemaImporterExtensionCollection();
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
38private SchemaImporterExtensionCollection _extensions; 80public SchemaImporterExtensionCollection Extensions