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