2 writes to prefix
System.Private.Xml (2)
System\Xml\Schema\SchemaDeclBase.cs (2)
40
this.
prefix
= prefix;
59
set {
prefix
= value; }
1 reference to prefix
System.Private.Xml (1)
System\Xml\Schema\SchemaDeclBase.cs (1)
58
get { return
prefix
?? string.Empty; }