2 writes to _schemaSet
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
175
_schemaSet
= new XmlSchemaSet(nameTable);
184
_schemaSet
= schemas;
22 references to _schemaSet
System.Private.Xml (22)
System\Xml\Schema\XmlSchemaValidator.cs (22)
176
_schemaSet
.ValidationEventHandler += schemas.GetEventHandler();
177
_schemaSet
.CompilationSettings = schemas.CompilationSettings;
178
_schemaSet
.XmlResolver = schemas.GetResolver();
179
_schemaSet
.Add(schemas);
329
Hashtable schemaLocations =
_schemaSet
.SchemaLocations;
334
if (_validatedNamespaces[tns] != null &&
_schemaSet
.FindSchemaByNSAndUrl(schema.BaseUri, tns, oldLocations) == null)
342
_schemaSet
.Add(schema);
353
if (_validatedNamespaces[tns] != null &&
_schemaSet
.FindSchemaByNSAndUrl(impSchema.BaseUri, tns, oldLocations) == null)
356
_schemaSet
.RemoveRecursive(schema);
775
ArrayList? names = _context.ElementDecl.ContentValidator.ExpectedParticles(_context, false,
_schemaSet
);
945
ICollection elements =
_schemaSet
.GlobalElements.Values;
950
ContentValidator.AddParticleToExpected(element!,
_schemaSet
, expected, true);
958
ArrayList? expected = _context.ElementDecl.ContentValidator!.ExpectedParticles(_context, false,
_schemaSet
);
1100
return
_schemaSet
;
1231
CompleteValidationError(_context, _eventHandler, _nsResolver, _sourceUriString, _positionInfo.LineNumber, _positionInfo.LinePosition,
_schemaSet
);
1379
ElementValidationError(elementName, _context, _eventHandler, _nsResolver, _sourceUriString, _positionInfo.LineNumber, _positionInfo.LinePosition,
_schemaSet
);
1811
_schemaSet
.Add(localSet);
1848
XmlReaderSettings readerSettings =
_schemaSet
.ReaderSettings;
1852
_schemaSet
.Add(uri, Reader, _validatedNamespaces!);
1872
if (!
_schemaSet
.IsCompiled)
1876
_schemaSet
.Compile();
1884
_compiledSchemaInfo =
_schemaSet
.CompiledInfo; //Fetch compiled info from set