1 write to _schemaForSchema
System.Private.Xml (1)
System\Xml\Schema\SchemaSetCompiler.cs (1)
32
_schemaForSchema
= schemaForSchema;
4 references to _schemaForSchema
System.Private.Xml (4)
System\Xml\Schema\SchemaSetCompiler.cs (4)
128
Debug.Assert(
_schemaForSchema
!= null);
136
_schemaForSchema
.SchemaTypes.Replace(builtInType.QualifiedName, builtInType);
192
if (
_schemaForSchema
!= null)
194
_schemaForSchema
.SchemaTypes.Replace(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);