8 writes to SourceUri
System.Web.Extensions (3)
Compilation\WCFModel\MetadataFile.cs (1)
637cachedMetadata.MetadataXmlSchema.SourceUri = GetMetadataSourceUrl();
Compilation\WCFModel\SchemaMerger.cs (1)
189item.SourceUri = schema.SourceUri;
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
1523schema.SourceUri = wsdl.RetrievalUrl;
System.Xml (5)
System\Xml\Schema\Inference\Infer.cs (1)
2386newElement.SourceUri = copyElement.SourceUri;
System\Xml\Schema\Preprocessor.cs (1)
1758chameleonSchema.SourceUri = schema.SourceUri;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
949newAll.SourceUri = all.SourceUri; // all is the only one that might need and error message
System\Xml\Schema\SchemaSetCompiler.cs (1)
2557to.SourceUri = from.SourceUri;
System\Xml\Schema\XsdBuilder.cs (1)
2352this.xso.SourceUri = this.reader.BaseURI;
19 references to SourceUri
System.Web.Extensions (5)
Compilation\WCFModel\SchemaMerger.cs (5)
165String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_DuplicatedSchemaItems, itemTypeName, combinedName.ToString(), schema.SourceUri, originalItem.SourceUri, differentLocation) 179String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_DuplicatedSchemaItemsIgnored, itemTypeName, combinedName.ToString(), schema.SourceUri, originalItem.SourceUri, differentLocation) 189item.SourceUri = schema.SourceUri;
System.Xml (14)
System\Xml\Schema\BaseProcessor.cs (1)
195SendValidationEvent(new XmlSchemaException(code, args, innerException, source.SourceUri, source.LineNumber, source.LinePosition, source), XmlSeverityType.Error);
System\Xml\Schema\FacetChecker.cs (2)
307throw new XmlSchemaException(Res.Sch_PatternFacetInvalid, new string[] {e.Message}, e, pattern_facet.SourceUri, pattern_facet.LineNumber, pattern_facet.LinePosition, pattern_facet); 556throw new XmlSchemaException(code, new string[] {ex.Message} , ex, facet.SourceUri, facet.LineNumber, facet.LinePosition, facet);
System\Xml\Schema\Inference\Infer.cs (1)
2386newElement.SourceUri = copyElement.SourceUri;
System\Xml\Schema\Preprocessor.cs (4)
294SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, innerException, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.Warning); 349SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, eInner, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.Warning); 357SendValidationEvent(new XmlSchemaException(Res.Sch_InvalidIncludeLocation, null, innerException, include.SourceUri, include.LineNumber, include.LinePosition, include), XmlSeverityType.Warning); 1758chameleonSchema.SourceUri = schema.SourceUri;
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
949newAll.SourceUri = all.SourceUri; // all is the only one that might need and error message
System\Xml\Schema\SchemaSetCompiler.cs (1)
2557to.SourceUri = from.SourceUri;
System\Xml\Schema\XmlSchemaException.cs (2)
116this(res, args, null, source.SourceUri, source.LineNumber, source.LinePosition, source) {} 186this.sourceUri = source.SourceUri;
System\Xml\Schema\XmlSchemaSet.cs (2)
1301if (existingObject == item || existingObject.SourceUri == item.SourceUri) {