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