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); 773ArrayList? names = _context.ElementDecl.ContentValidator.ExpectedParticles(_context, false, _schemaSet); 943ICollection elements = _schemaSet.GlobalElements.Values; 948ContentValidator.AddParticleToExpected(element!, _schemaSet, expected, true); 956ArrayList? expected = _context.ElementDecl.ContentValidator!.ExpectedParticles(_context, false, _schemaSet); 1098return _schemaSet; 1229CompleteValidationError(_context, _eventHandler, _nsResolver, _sourceUriString, _positionInfo.LineNumber, _positionInfo.LinePosition, _schemaSet); 1377ElementValidationError(elementName, _context, _eventHandler, _nsResolver, _sourceUriString, _positionInfo.LineNumber, _positionInfo.LinePosition, _schemaSet); 1809_schemaSet.Add(localSet); 1846XmlReaderSettings readerSettings = _schemaSet.ReaderSettings; 1850_schemaSet.Add(uri, Reader, _validatedNamespaces!); 1870if (!_schemaSet.IsCompiled) 1874_schemaSet.Compile(); 1882_compiledSchemaInfo = _schemaSet.CompiledInfo; //Fetch compiled info from set