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); 329Hashtable schemaLocations = _schemaSet.SchemaLocations; 334if (_validatedNamespaces[tns] != null && _schemaSet.FindSchemaByNSAndUrl(schema.BaseUri, tns, oldLocations) == null) 342_schemaSet.Add(schema); 353if (_validatedNamespaces[tns] != null && _schemaSet.FindSchemaByNSAndUrl(impSchema.BaseUri, tns, oldLocations) == null) 356_schemaSet.RemoveRecursive(schema); 775ArrayList? names = _context.ElementDecl.ContentValidator.ExpectedParticles(_context, false, _schemaSet); 945ICollection elements = _schemaSet.GlobalElements.Values; 950ContentValidator.AddParticleToExpected(element!, _schemaSet, expected, true); 958ArrayList? expected = _context.ElementDecl.ContentValidator!.ExpectedParticles(_context, false, _schemaSet); 1100return _schemaSet; 1231CompleteValidationError(_context, _eventHandler, _nsResolver, _sourceUriString, _positionInfo.LineNumber, _positionInfo.LinePosition, _schemaSet); 1379ElementValidationError(elementName, _context, _eventHandler, _nsResolver, _sourceUriString, _positionInfo.LineNumber, _positionInfo.LinePosition, _schemaSet); 1811_schemaSet.Add(localSet); 1848XmlReaderSettings readerSettings = _schemaSet.ReaderSettings; 1852_schemaSet.Add(uri, Reader, _validatedNamespaces!); 1872if (!_schemaSet.IsCompiled) 1876_schemaSet.Compile(); 1884_compiledSchemaInfo = _schemaSet.CompiledInfo; //Fetch compiled info from set