3 references to IsSchemaLoaded
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (3)
332
if (
IsSchemaLoaded
(tempSchemaUri, targetNamespace, out schema))
375
if (
IsSchemaLoaded
(schemaUri, targetNamespace, out schema))
963
if (
IsSchemaLoaded
(new Uri(reader.BaseURI, UriKind.RelativeOrAbsolute), targetNamespace, out schema))