1 write to compiledSchemaInfo
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1583
compiledSchemaInfo
= schemaSet.CompiledInfo; //Fetch compiled info from set
11 references to compiledSchemaInfo
System.Xml (11)
System\Xml\Schema\XmlSchemaValidator.cs (11)
402
elementDecl =
compiledSchemaInfo
.GetElementDecl(elementName);
494
attributeDef =
compiledSchemaInfo
.GetAttributeXsd(currentElementDecl, attQName, pvtAttribute, out attributeMatchState);
504
&&
compiledSchemaInfo
.Contains(attQName.Namespace)
994
if (!
compiledSchemaInfo
.Contains(context.Namespace)) {
1172
particle =
compiledSchemaInfo
.GetElement(elementName); //Re-assign correct particle
1187
XmlSchemaElement memberElem =
compiledSchemaInfo
.GetElement(member);
1191
XmlSchemaElement headElem =
compiledSchemaInfo
.GetElement(head);
1377
elementDecl =
compiledSchemaInfo
.GetElementDecl(elementName);
1416
SchemaElementDecl elementDeclXsi =
compiledSchemaInfo
.GetTypeDecl(xsiTypeName);
1496
if (!
compiledSchemaInfo
.Contains(NsXml)) { //We dont have a schema for xml namespace
1512
compiledSchemaInfo
.AttributeDecls.TryGetValue(attQName, out attdef); //the xml attributes are all global attributes