2 writes to _schemaSet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
194_schemaSet = new XmlSchemaSet(nameTable); 203_schemaSet = schemas;
22 references to _schemaSet
dotnet-svcutil-lib (22)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (22)
195_schemaSet.ValidationEventHandler += schemas.GetEventHandler(); 196_schemaSet.CompilationSettings = schemas.CompilationSettings; 197_schemaSet.XmlResolver = schemas.GetResolver(); 198_schemaSet.Add(schemas); 340Hashtable schemaLocations = _schemaSet.SchemaLocations; 346if (_validatedNamespaces[tns] != null && _schemaSet.FindSchemaByNSAndUrl(schema.BaseUri, tns, oldLocations) == null) 354_schemaSet.Add(schema); 369if (_validatedNamespaces[tns] != null && _schemaSet.FindSchemaByNSAndUrl(impSchema.BaseUri, tns, oldLocations) == null) 372_schemaSet.RemoveRecursive(schema); 821ArrayList names = _context.ElementDecl.ContentValidator.ExpectedParticles(_context, false, _schemaSet); 993ICollection elements = _schemaSet.GlobalElements.Values; 997ContentValidator.AddParticleToExpected(element, _schemaSet, expected, true); 1004ArrayList expected = _context.ElementDecl.ContentValidator.ExpectedParticles(_context, false, _schemaSet); 1130return _schemaSet; 1260CompleteValidationError(_context, _eventHandler, _nsResolver, _sourceUriString, _positionInfo.LineNumber, _positionInfo.LinePosition, _schemaSet); 1405ElementValidationError(elementName, _context, _eventHandler, _nsResolver, _sourceUriString, _positionInfo.LineNumber, _positionInfo.LinePosition, _schemaSet); 1830_schemaSet.Add(localSet); 1869XmlReaderSettings readerSettings = _schemaSet.ReaderSettings; 1873_schemaSet.Add(uri, Reader, _validatedNamespaces); 1896if (!_schemaSet.IsCompiled) 1900_schemaSet.Compile(); 1907_compiledSchemaInfo = _schemaSet.CompiledInfo; //Fetch compiled info from set