1 write to _compiledSchemaInfo
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1884
_compiledSchemaInfo
= _schemaSet.CompiledInfo; //Fetch compiled info from set
13 references to _compiledSchemaInfo
System.Private.Xml (13)
System\Xml\Schema\XmlSchemaValidator.cs (13)
205
[MemberNotNull(nameof(
_compiledSchemaInfo
))]
430
elementDecl =
_compiledSchemaInfo
.GetElementDecl(elementName);
527
attributeDef =
_compiledSchemaInfo
.GetAttributeXsd(currentElementDecl, attQName, pvtAttribute, out attributeMatchState);
539
&&
_compiledSchemaInfo
.Contains(attQName.Namespace)
1153
if (!
_compiledSchemaInfo
.Contains(_context.Namespace!))
1373
particle =
_compiledSchemaInfo
.GetElement(elementName); //Re-assign correct particle
1390
XmlSchemaElement? memberElem =
_compiledSchemaInfo
.GetElement(member);
1396
XmlSchemaElement? headElem =
_compiledSchemaInfo
.GetElement(head);
1634
elementDecl =
_compiledSchemaInfo
.GetElementDecl(elementName);
1686
SchemaElementDecl? elementDeclXsi =
_compiledSchemaInfo
.GetTypeDecl(xsiTypeName);
1784
if (!
_compiledSchemaInfo
.Contains(_nsXml))
1801
_compiledSchemaInfo
.AttributeDecls.TryGetValue(attQName, out attdef); //the xml attributes are all global attributes
1869
[MemberNotNull(nameof(
_compiledSchemaInfo
))]