3 writes to extensions
System.Xml (3)
System\Xml\Serialization\SchemaImporter.cs (3)
61
extensions
= section.SchemaImporterExtensionsInternal;
63
extensions
= new SchemaImporterExtensionCollection();
85
extensions
= new SchemaImporterExtensionCollection();
2 references to extensions
System.Xml (2)
System\Xml\Serialization\SchemaImporter.cs (2)
84
if (
extensions
== null)
86
return
extensions
;