1 write to Prefix
System.Private.Xml (1)
System\Xml\Schema\XdrBuilder.cs (1)
737
builder._ElementDef._ElementDecl!.
Prefix
= prefix;
16 references to Prefix
System.Private.Xml (16)
System\Xml\Core\XmlTextReaderImpl.cs (1)
9239
string? prefix = _nameTable.Add(attrDef.
Prefix
);
System\Xml\Dom\XmlDocument.cs (1)
682
attrPrefix = attdef.
Prefix
;
System\Xml\Dom\XmlLoader.cs (2)
669
_doc.AddXmlName(elementDecl.
Prefix
, elementDecl.Name.Name, string.Empty, null),
670
_doc.AddAttrXmlName(attdef.
Prefix
, attdef.Name.Name, string.Empty, null));
System\Xml\Schema\DtdParser.cs (4)
682
if (attrDef != null && attrDef.
Prefix
.Length > 0 && attrDef.
Prefix
.Equals("xml") && attrDef.Name.Name == "space")
706
if (attrDef.
Prefix
.Length > 0 && attrDef.
Prefix
.Equals("xml"))
System\Xml\Schema\DtdParserAsync.cs (4)
326
if (attrDef != null && attrDef.
Prefix
.Length > 0 && attrDef.
Prefix
.Equals("xml") && attrDef.Name.Name == "space")
350
if (attrDef.
Prefix
.Length > 0 && attrDef.
Prefix
.Equals("xml"))
System\Xml\Schema\SchemaAttDef.cs (1)
57
get { return ((SchemaAttDef)this).
Prefix
; }
System\Xml\Schema\SchemaElementDecl.cs (1)
66
get { return ((SchemaElementDecl)this).
Prefix
; }
System\Xml\Schema\XdrBuilder.cs (2)
697
builder.SendValidationEvent(SR.Sch_UndeclaredElement, XmlQualifiedName.ToString(ed!.Name.Name, ed.
Prefix
));
1774
XmlQualifiedName.ToString(_ElementDef._ElementDecl.Name.Name, _ElementDef._ElementDecl.
Prefix
));