2 writes to res
System.Xml (2)
System\Xml\Xslt\XsltException.cs (2)
30
res
= (string) info.GetValue("res" , typeof(string ));
85
this.
res
= res;
2 references to res
System.Xml (2)
System\Xml\Xslt\XsltException.cs (2)
46
message = CreateMessage(
res
, args, sourceUri, lineNumber, linePosition);
57
info.AddValue("res" ,
res
);