1 write to _compiledSchemaInfo
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1882_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) 1151if (!_compiledSchemaInfo.Contains(_context.Namespace!)) 1371particle = _compiledSchemaInfo.GetElement(elementName); //Re-assign correct particle 1388XmlSchemaElement? memberElem = _compiledSchemaInfo.GetElement(member); 1394XmlSchemaElement? headElem = _compiledSchemaInfo.GetElement(head); 1632elementDecl = _compiledSchemaInfo.GetElementDecl(elementName); 1684SchemaElementDecl? elementDeclXsi = _compiledSchemaInfo.GetTypeDecl(xsiTypeName); 1782if (!_compiledSchemaInfo.Contains(_nsXml)) 1799_compiledSchemaInfo.AttributeDecls.TryGetValue(attQName, out attdef); //the xml attributes are all global attributes 1867[MemberNotNull(nameof(_compiledSchemaInfo))]