5 writes to SourceUri
System.Private.Xml (5)
System\Xml\Schema\Inference\Infer.cs (1)
2405newElement.SourceUri = copyElement.SourceUri;
System\Xml\Schema\Preprocessor.cs (1)
2147chameleonSchema.SourceUri = schema.SourceUri;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1191newAll.SourceUri = all.SourceUri; // all is the only one that might need and error message
System\Xml\Schema\SchemaSetCompiler.cs (1)
3070to.SourceUri = from.SourceUri;
System\Xml\Schema\XsdBuilder.cs (1)
2595_xso!.SourceUri = _reader.BaseURI;
14 references to SourceUri
System.Private.Xml (14)
System\Xml\Schema\BaseProcessor.cs (1)
230SendValidationEvent(new XmlSchemaException(code, args, innerException, source.SourceUri, source.LineNumber, source.LinePosition, source), XmlSeverityType.Error);
System\Xml\Schema\FacetChecker.cs (2)
371throw new XmlSchemaException(SR.Sch_PatternFacetInvalid, new string[] { e.Message }, e, _pattern_facet!.SourceUri, _pattern_facet.LineNumber, _pattern_facet.LinePosition, _pattern_facet); 673throw new XmlSchemaException(code, new string[] { ex.Message }, ex, facet.SourceUri, facet.LineNumber, facet.LinePosition, facet);
System\Xml\Schema\Inference\Infer.cs (1)
2405newElement.SourceUri = copyElement.SourceUri;
System\Xml\Schema\Preprocessor.cs (4)
329SendValidationEvent(new XmlSchemaException(SR.Sch_InvalidIncludeLocation, null, innerException, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.Warning); 399SendValidationEvent(new XmlSchemaException(SR.Sch_InvalidIncludeLocation, null, eInner, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.Warning); 409SendValidationEvent(new XmlSchemaException(SR.Sch_InvalidIncludeLocation, null, innerException, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.Warning); 2147chameleonSchema.SourceUri = schema.SourceUri;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1191newAll.SourceUri = all.SourceUri; // all is the only one that might need and error message
System\Xml\Schema\SchemaSetCompiler.cs (1)
3070to.SourceUri = from.SourceUri;
System\Xml\Schema\XmlSchemaException.cs (2)
125this(res, args, null, source.SourceUri, source.LineNumber, source.LinePosition, source) 212_sourceUri = source.SourceUri;
System\Xml\Schema\XmlSchemaSet.cs (2)
1391if (existingObject == item || existingObject.SourceUri == item.SourceUri)