4 writes to sourceUri
System.Xml (4)
System\Xml\Schema\XmlSchemaException.cs (4)
38sourceUri = (string) info.GetValue("sourceUri", typeof(string)); 124this.sourceUri = sourceUri; 175this.sourceUri = sourceUri; 186this.sourceUri = source.SourceUri;
2 references to sourceUri
System.Xml (2)
System\Xml\Schema\XmlSchemaException.cs (2)
67info.AddValue("sourceUri", sourceUri); 152get { return this.sourceUri; }