7 references to SourceUri
MSBuild (4)
ProjectSchemaValidationHandler.cs (4)
149
(e.
SourceUri
.Length == 0) ? String.Empty : new Uri(e.
SourceUri
).LocalPath,
259
if (args.Exception.
SourceUri
.Length != 0)
261
filePath = (new Uri(args.Exception.
SourceUri
)).LocalPath;
System.Private.Xml (3)
System\Xml\Schema\Preprocessor.cs (1)
395
SendValidationEvent(SR.Sch_CannotLoadSchemaLocation, schemaLocation, e.Message, e.
SourceUri
, e.LineNumber, e.LinePosition);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
240
SendValidationEventNoThrow(new XmlSchemaException(SR.Sch_CannotLoadSchema, new string[] { schemaLocation, e.Message }, e.
SourceUri
, e.LineNumber, e.LinePosition), XmlSeverityType.Error);
System\Xml\Schema\XmlSchemaValidator.cs (1)
2842
SendValidationEvent(new XmlSchemaValidationException(e.GetRes, e.Args, e.
SourceUri
, e.LineNumber, e.LinePosition), XmlSeverityType.Error);