2 writes to prefix
System.Xml (2)
System\Xml\Schema\SchemaDeclBase.cs (2)
42
this.
prefix
= prefix;
61
set {
prefix
= value;}
2 references to prefix
System.Xml (2)
System\Xml\Schema\SchemaDeclBase.cs (2)
60
get { return(
prefix
== null) ? string.Empty :
prefix
;}