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