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)
128Debug.Assert(_schemaForSchema != null); 136_schemaForSchema.SchemaTypes.Replace(builtInType.QualifiedName, builtInType); 192if (_schemaForSchema != null) 194_schemaForSchema.SchemaTypes.Replace(DatatypeImplementation.QnAnyType, XmlSchemaComplexType.AnyType);