1 write to Prefix
System.Xml (1)
System\Xml\Schema\XdrBuilder.cs (1)
678
builder._ElementDef._ElementDecl.
Prefix
= prefix;
16 references to Prefix
System.Xml (16)
System\Xml\Core\XmlTextReaderImpl.cs (1)
8248
string prefix = nameTable.Add( attrDef.
Prefix
);
System\Xml\Dom\XmlDocument.cs (1)
554
attrPrefix = attdef.
Prefix
;
System\Xml\Dom\XmlLoader.cs (2)
588
doc.AddXmlName(elementDecl.
Prefix
, elementDecl.Name.Name, string.Empty, null),
589
doc.AddAttrXmlName(attdef.
Prefix
, attdef.Name.Name, string.Empty, null));
System\Xml\Schema\DtdParser.cs (4)
650
if ( attrDef != null && attrDef.
Prefix
.Length > 0 && attrDef.
Prefix
.Equals( "xml" ) && attrDef.Name.Name == "space" ) {
672
if (attrDef.
Prefix
.Length > 0 && attrDef.
Prefix
.Equals("xml")) {
System\Xml\Schema\DtdParserAsync.cs (4)
295
if ( attrDef != null && attrDef.
Prefix
.Length > 0 && attrDef.
Prefix
.Equals( "xml" ) && attrDef.Name.Name == "space" ) {
317
if (attrDef.
Prefix
.Length > 0 && attrDef.
Prefix
.Equals("xml")) {
System\Xml\Schema\SchemaAttDef.cs (1)
64
get { return ((SchemaAttDef)this).
Prefix
; }
System\Xml\Schema\SchemaElementDecl.cs (1)
70
get { return ((SchemaElementDecl)this).
Prefix
; }
System\Xml\Schema\XdrBuilder.cs (2)
639
builder.SendValidationEvent(Res.Sch_UndeclaredElement, XmlQualifiedName.ToString(ed.Name.Name, ed.
Prefix
));
1548
XmlQualifiedName.ToString(_ElementDef._ElementDecl.Name.Name, _ElementDef._ElementDecl.
Prefix
));