1 write to _compiledSchemaInfo
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1907
_compiledSchemaInfo
= _schemaSet.CompiledInfo; //Fetch compiled info from set
11 references to _compiledSchemaInfo
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (11)
459
elementDecl =
_compiledSchemaInfo
.GetElementDecl(elementName);
569
attributeDef =
_compiledSchemaInfo
.GetAttributeXsd(currentElementDecl, attQName, pvtAttribute, out attributeMatchState);
581
&&
_compiledSchemaInfo
.Contains(attQName.Namespace)
1183
if (!
_compiledSchemaInfo
.Contains(_context.Namespace))
1399
particle =
_compiledSchemaInfo
.GetElement(elementName); //Re-assign correct particle
1416
XmlSchemaElement memberElem =
_compiledSchemaInfo
.GetElement(member);
1422
XmlSchemaElement headElem =
_compiledSchemaInfo
.GetElement(head);
1652
elementDecl =
_compiledSchemaInfo
.GetElementDecl(elementName);
1703
SchemaElementDecl elementDeclXsi =
_compiledSchemaInfo
.GetTypeDecl(xsiTypeName);
1803
if (!
_compiledSchemaInfo
.Contains(_nsXml))
1820
_compiledSchemaInfo
.AttributeDecls.TryGetValue(attQName, out attdef); //the xml attributes are all global attributes