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