2 writes to _sourceUri
System.Private.Xml (2)
System\Xml\Xslt\XsltException.cs (2)
33_sourceUri = (string?)info.GetValue("sourceUri", typeof(string)); 96_sourceUri = sourceUri;
3 references to _sourceUri
System.Private.Xml (3)
System\Xml\Xslt\XsltException.cs (3)
50_message = CreateMessage(_res, _args, _sourceUri, _lineNumber, _linePosition); 66info.AddValue("sourceUri", _sourceUri); 103get { return _sourceUri; }