1 implementation of Prefix
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaAttDef.cs (1)
61
string IDtdAttributeInfo.
Prefix
7 references to Prefix
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
596
new XmlQualifiedName(idAttribute.LocalName, idAttribute.
Prefix
));
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImpl.cs (4)
4604
string prefix = defaultAttributeInfo.
Prefix
;
9316
if (defAttrInfo.
Prefix
.Length > 0)
9322
string prefix = defAttrInfo.
Prefix
;
9344
NodeData attr = AddDefaultAttributeInternal(defAttrInfo.LocalName, null, defAttrInfo.
Prefix
, defAttrInfo.DefaultValueExpanded,
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReaderImplHelpers.cs (2)
757
prefix = attrDef.
Prefix
;
777
prefix2 = attrDef.
Prefix
;