6 references to SourceUri
Microsoft.Build (2)
BuildEventFileInfo.cs (2)
88_file = (e.SourceUri.Length == 0) ? String.Empty : new Uri(e.SourceUri).LocalPath;
MSBuild (2)
ProjectSchemaValidationHandler.cs (2)
136(e.SourceUri.Length == 0) ? String.Empty : new Uri(e.SourceUri).LocalPath,
System.Private.Xml (2)
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
276ISourceLineInfo lineInfo = (ex != null && ex.SourceUri != null ? 277new SourceLineInfo(ex.SourceUri, ex.LineNumber, ex.LinePosition, ex.LineNumber, ex.LinePosition) :