3 overrides of SchemaInfo
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlAttribute.cs (1)
114public override IXmlSchemaInfo SchemaInfo
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1689public override IXmlSchemaInfo SchemaInfo
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlElement.cs (1)
558public override IXmlSchemaInfo SchemaInfo
6 references to SchemaInfo
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (4)
95Debug.Assert(nodeToValidate.SchemaInfo != null); 108IXmlSchemaInfo schemaInfo = nodeToValidate.SchemaInfo; 148partialValidationType = nodeToValidate.SchemaInfo.SchemaAttribute; 521parentSchemaInfo = parentNode.SchemaInfo;
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
1257return _source.SchemaInfo;
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlNodeReader.cs (1)
323return _curNode.SchemaInfo;