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