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