7 references to SourceUri
System.Data.Entity (2)
System\Data\Mapping\StorageMappingItemLoader.cs (2)
3574
if (!string.IsNullOrEmpty(args.Exception.
SourceUri
))
3576
sourceLocation = Helper.GetFileNameFromUri(new Uri(args.Exception.
SourceUri
));
System.ServiceModel (2)
System\ServiceModel\Description\SchemaHelper.cs (2)
144
if (args.Exception != null && args.Exception.
SourceUri
!= null)
147
warning = new MetadataConversionError(SR.GetString(SR.SchemaValidationError, ex.
SourceUri
, ex.LineNumber, ex.LinePosition, ex.Message));
System.Xml (3)
System\Xml\Schema\Preprocessor.cs (1)
346
SendValidationEvent(Res.Sch_CannotLoadSchemaLocation, schemaLocation, e.Message, e.
SourceUri
, e.LineNumber, e.LinePosition);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
207
SendValidationEventNoThrow(new XmlSchemaException(Res.Sch_CannotLoadSchema, new string[] {schemaLocation, e.Message}, e.
SourceUri
, e.LineNumber, e.LinePosition), XmlSeverityType.Error);
System\Xml\Schema\XmlSchemaValidator.cs (1)
2358
SendValidationEvent(new XmlSchemaValidationException(e.GetRes,e.Args,e.
SourceUri
,e.LineNumber,e.LinePosition), XmlSeverityType.Error);