6 references to XmlSchemaInfo
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
33
attributeSchemaInfo = new
XmlSchemaInfo
();
165
_xmlSchemaInfo = new
XmlSchemaInfo
();
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (3)
168
_schemaInfo = new
XmlSchemaInfo
();
170
_attributeSchemaInfo = new
XmlSchemaInfo
();
606
_schemaInfo = new
XmlSchemaInfo
();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInfo.cs (1)
31
internal XmlSchemaInfo(XmlSchemaValidity validity) :
this
()