3 writes to res
System.Xml (3)
System\Xml\Schema\XmlSchemaException.cs (3)
36res = (string) info.GetValue("res" , typeof(string)); 122this.res = res; 192this.res = resourceId;
3 references to res
System.Xml (3)
System\Xml\Schema\XmlSchemaException.cs (3)
52message = CreateMessage( res, args ); 65info.AddValue("res", res); 141 return res;