4 writes to _sourceUri
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaException.cs (4)
37_sourceUri = (string?)info.GetValue("sourceUri", typeof(string)); 134_sourceUri = sourceUri; 199_sourceUri = sourceUri; 212_sourceUri = source.SourceUri;
2 references to _sourceUri
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaException.cs (2)
70info.AddValue("sourceUri", _sourceUri); 175get { return _sourceUri; }