2 writes to _extensions
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
57
_extensions
= new SchemaImporterExtensionCollection();
85
_extensions
= new SchemaImporterExtensionCollection();
2 references to _extensions
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaImporter.cs (2)
84
if (
_extensions
== null)
86
return
_extensions
;