2 writes to BaseUri
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
349include.BaseUri = ruri;
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
226include.BaseUri = ruri;
3 references to BaseUri
System.Private.Xml (3)
System\Xml\Schema\Preprocessor.cs (1)
711if (redefine.BaseUri == null)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
152includeLocation = include.BaseUri; 183subUri = subImp.BaseUri ?? subImp.Schema?.BaseUri;