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))] 430elementDecl = _compiledSchemaInfo.GetElementDecl(elementName); 527attributeDef = _compiledSchemaInfo.GetAttributeXsd(currentElementDecl, attQName, pvtAttribute, out attributeMatchState); 539&& _compiledSchemaInfo.Contains(attQName.Namespace) 1153if (!_compiledSchemaInfo.Contains(_context.Namespace!)) 1373particle = _compiledSchemaInfo.GetElement(elementName); //Re-assign correct particle 1390XmlSchemaElement? memberElem = _compiledSchemaInfo.GetElement(member); 1396XmlSchemaElement? headElem = _compiledSchemaInfo.GetElement(head); 1634elementDecl = _compiledSchemaInfo.GetElementDecl(elementName); 1686SchemaElementDecl? elementDeclXsi = _compiledSchemaInfo.GetTypeDecl(xsiTypeName); 1784if (!_compiledSchemaInfo.Contains(_nsXml)) 1801_compiledSchemaInfo.AttributeDecls.TryGetValue(attQName, out attdef); //the xml attributes are all global attributes 1869[MemberNotNull(nameof(_compiledSchemaInfo))]