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