3 references to UriSchemeFile
dotnet-svcutil-lib (3)
Metadata\MetadataDocumentLoader.cs (3)
214
if (serviceUri.Scheme == MetadataConstants.Uri.
UriSchemeFile
)
277
serviceUri.Scheme == MetadataConstants.Uri.
UriSchemeFile
;
378
if (schemaUri.Scheme == MetadataConstants.Uri.
UriSchemeFile
)