18 instantiations of SchemaInfo
System.Private.Xml (18)
System\Xml\Schema\AutoValidator.cs (1)
15schemaInfo = new SchemaInfo();
System\Xml\Schema\DtdParser.cs (1)
254_schemaInfo = new SchemaInfo();
System\Xml\Schema\DtdValidator.cs (1)
51schemaInfo = new SchemaInfo();
System\Xml\Schema\Parser.cs (1)
90_xdrSchema = new SchemaInfo();
System\Xml\Schema\ParserAsync.cs (1)
51_xdrSchema = new SchemaInfo();
System\Xml\Schema\XdrBuilder.cs (1)
526schemaInfo = new SchemaInfo();
System\Xml\Schema\XdrValidator.cs (1)
55schemaInfo = new SchemaInfo();
System\Xml\Schema\XmlSchema.cs (2)
186SchemaInfo sInfo = new SchemaInfo(); 194SchemaInfo sInfo = new SchemaInfo();
System\Xml\Schema\XmlSchemaCollection.cs (2)
131SchemaInfo schemaInfo = new SchemaInfo(); 166SchemaInfo schemaInfo = new SchemaInfo();
System\Xml\Schema\XmlSchemaSet.cs (4)
105_cachedCompiledInfo = new SchemaInfo(); 477_cachedCompiledInfo = new SchemaInfo(); 487SchemaInfo newCompiledInfo = new SchemaInfo(); 1097SchemaInfo newCompiledInfo = new SchemaInfo();
System\Xml\Schema\XsdValidator.cs (3)
80schemaInfo = new SchemaInfo(); 150SchemaInfo inlineSchemaInfo = new SchemaInfo(); 586schemaInfo = new SchemaInfo();
53 references to SchemaInfo
System.Private.Xml (53)
System\Xml\Core\XmlValidatingReaderImpl.cs (2)
1187SchemaInfo? schemaInfo = coreReader.DtdInfo as SchemaInfo;
System\Xml\Dom\XmlDocument.cs (5)
79private SchemaInfo? _schemaInfo; 197internal SchemaInfo? DtdSchemaInfo 661SchemaInfo? schInfo = DtdSchemaInfo; 693SchemaInfo? schInfo = DtdSchemaInfo; 1667SchemaInfo? schInfo = DtdSchemaInfo;
System\Xml\Dom\XmlDocumentType.cs (2)
19private SchemaInfo? _schemaInfo; 124internal SchemaInfo? DtdSchemaInfo
System\Xml\Dom\XmlLoader.cs (3)
614SchemaInfo? schInfo = dtdInfo as SchemaInfo; 962dtdNode.DtdSchemaInfo = dtdInfo as SchemaInfo;
System\Xml\Schema\AutoValidator.cs (1)
59SchemaInfo schemaInfo = node.SchemaInfo!;
System\Xml\Schema\BaseValidator.cs (6)
25protected SchemaInfo? schemaInfo; 117public SchemaInfo? SchemaInfo 138SchemaInfo? tmpSchemaInfo = value as SchemaInfo; 292protected static void ProcessEntity(SchemaInfo sinfo, string name, object? sender, ValidationEventHandler? eventhandler, string? baseUri, int lineNumber, int linePosition) 319protected static void ProcessEntity(SchemaInfo sinfo, string name, IValidationEventHandling eventHandling, string baseUriStr, int lineNumber, int linePosition)
System\Xml\Schema\DtdParser.cs (1)
145private SchemaInfo _schemaInfo = null!;
System\Xml\Schema\DtdValidator.cs (1)
562SchemaInfo sinfo,
System\Xml\Schema\Parser.cs (2)
28private SchemaInfo? _xdrSchema; 161public SchemaInfo? XdrSchema
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
25public bool Execute(XmlSchema schema, SchemaInfo schemaInfo, bool compileContentModel) 279private void Output(SchemaInfo schemaInfo)
System\Xml\Schema\SchemaInfo.cs (1)
288internal void Add(SchemaInfo sinfo, ValidationEventHandler? eventhandler)
System\Xml\Schema\SchemaSetCompiler.cs (2)
35public bool Execute(XmlSchemaSet schemaSet, SchemaInfo schemaCompiledInfo) 141private void Output(SchemaInfo schemaInfo)
System\Xml\Schema\XdrBuilder.cs (3)
362private readonly SchemaInfo _SchemaInfo; 399SchemaInfo sinfo, 518SchemaInfo? schemaInfo = null;
System\Xml\Schema\XdrValidator.cs (4)
130SchemaInfo? xdrSchema = _inlineSchemaParser.XdrSchema; 341SchemaInfo? xdrSchema = null; 384SchemaInfo? schemaInfo = null; 556SchemaInfo sinfo,
System\Xml\Schema\XmlSchema.cs (3)
186SchemaInfo sInfo = new SchemaInfo(); 194SchemaInfo sInfo = new SchemaInfo(); 200internal bool CompileSchema(XmlSchemaCollection? xsc, XmlResolver? resolver, SchemaInfo schemaInfo, string? ns, ValidationEventHandler? validationEventHandler, XmlNameTable nameTable, bool CompileContentModel)
System\Xml\Schema\XmlSchemaCollection.cs (7)
131SchemaInfo schemaInfo = new SchemaInfo(); 166SchemaInfo schemaInfo = new SchemaInfo(); 270internal SchemaInfo? GetSchemaInfo(string? ns) 288internal XmlSchema? Add(string? ns, SchemaInfo schemaInfo, XmlSchema? schema, bool compile) 293private XmlSchema? Add(string? ns, SchemaInfo schemaInfo, XmlSchema? schema, bool compile, XmlResolver? resolver) 378private SchemaInfo? _schemaInfo; 387internal SchemaInfo? SchemaInfo
System\Xml\Schema\XmlSchemaSet.cs (4)
43private SchemaInfo _cachedCompiledInfo; 487SchemaInfo newCompiledInfo = new SchemaInfo(); 1097SchemaInfo newCompiledInfo = new SchemaInfo(); 1188internal SchemaInfo CompiledInfo
System\Xml\Schema\XmlSchemaValidator.cs (1)
81private SchemaInfo _compiledSchemaInfo;
System\Xml\Schema\XsdValidator.cs (3)
150SchemaInfo inlineSchemaInfo = new SchemaInfo(); 573SchemaInfo? schemaInfo = null; 628SchemaInfo? schemaInfo = null;