2 writes to schemaSet
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
184this.schemaSet = new XmlSchemaSet(nameTable); 192this.schemaSet = schemas;
22 references to schemaSet
System.Xml (22)
System\Xml\Schema\XmlSchemaValidator.cs (22)
185this.schemaSet.ValidationEventHandler += schemas.GetEventHandler(); 186this.schemaSet.CompilationSettings = schemas.CompilationSettings; 187this.schemaSet.XmlResolver = schemas.GetResolver(); 188this.schemaSet.Add(schemas); 304Hashtable schemaLocations = schemaSet.SchemaLocations; 310if (validatedNamespaces[tns] != null && schemaSet.FindSchemaByNSAndUrl(schema.BaseUri, tns, oldLocations) == null) { 315schemaSet.Add(schema); 327if (validatedNamespaces[tns] != null && schemaSet.FindSchemaByNSAndUrl(impSchema.BaseUri, tns, oldLocations) == null) { 329schemaSet.RemoveRecursive(schema); 705ArrayList names = context.ElementDecl.ContentValidator.ExpectedParticles(context, false, schemaSet); 843ICollection elements = schemaSet.GlobalElements.Values; 846ContentValidator.AddParticleToExpected(element, schemaSet, expected, true); 852ArrayList expected = context.ElementDecl.ContentValidator.ExpectedParticles(context, false, schemaSet); 954return schemaSet; 1056CompleteValidationError(context, eventHandler, nsResolver, sourceUriString, positionInfo.LineNumber, positionInfo.LinePosition, schemaSet); 1177ElementValidationError(elementName, context, eventHandler, nsResolver, sourceUriString, positionInfo.LineNumber, positionInfo.LinePosition, schemaSet); 1521schemaSet.Add(localSet); 1553XmlReaderSettings readerSettings = schemaSet.ReaderSettings; 1557schemaSet.Add(uri, Reader, validatedNamespaces); 1575if (!schemaSet.IsCompiled) { 1577schemaSet.Compile(); 1583compiledSchemaInfo = schemaSet.CompiledInfo; //Fetch compiled info from set