2 writes to _schemas
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\XsdDataContractExporter.cs (2)
49_schemas = schemas; 78_schemas = new XmlSchemaSet();
3 references to _schemas
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XsdDataContractExporter.cs (3)
76if (_schemas == null) 79_schemas.XmlResolver = null; 81return _schemas;