1 write to sourceUri
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
267sourceUri = value;
3 references to sourceUri
System.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
264return sourceUri; 268sourceUriString = sourceUri.ToString(); 1551Uri ruri = xmlResolver.ResolveUri(sourceUri, url);