3 references to IsSchemaLoaded
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSet.cs (3)
225
if (
IsSchemaLoaded
(tempSchemaUri, targetNamespace, out schema))
265
if (
IsSchemaLoaded
(schemaUri, targetNamespace, out schema))
800
if (
IsSchemaLoaded
(new Uri(reader.BaseURI!, UriKind.RelativeOrAbsolute), targetNamespace, out _))