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