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)
459elementDecl = _compiledSchemaInfo.GetElementDecl(elementName); 569attributeDef = _compiledSchemaInfo.GetAttributeXsd(currentElementDecl, attQName, pvtAttribute, out attributeMatchState); 581&& _compiledSchemaInfo.Contains(attQName.Namespace) 1183if (!_compiledSchemaInfo.Contains(_context.Namespace)) 1399particle = _compiledSchemaInfo.GetElement(elementName); //Re-assign correct particle 1416XmlSchemaElement memberElem = _compiledSchemaInfo.GetElement(member); 1422XmlSchemaElement headElem = _compiledSchemaInfo.GetElement(head); 1652elementDecl = _compiledSchemaInfo.GetElementDecl(elementName); 1703SchemaElementDecl elementDeclXsi = _compiledSchemaInfo.GetTypeDecl(xsiTypeName); 1803if (!_compiledSchemaInfo.Contains(_nsXml)) 1820_compiledSchemaInfo.AttributeDecls.TryGetValue(attQName, out attdef); //the xml attributes are all global attributes