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