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