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