3 writes to _schema
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\SchemaHelper.cs (1)
24_schema = schema;
System\Runtime\Serialization\SchemaImporter.cs (2)
262schemaObjectInfo._schema = schema; 295schemaObjectInfo._schema = schema;
2 references to _schema
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\SchemaHelper.cs (2)
179if (schemaObjectInfo._schema != null) 180return schemaObjectInfo._schema;