6 references to Uri
dotnet-svcutil-lib (6)
Metadata\MetadataDocumentSaver.cs (6)
63
DocumentSaveErrors = metadataDocumentSaver.UnresolvedReferences.Distinct().OrderBy(ur => ur.
Uri
).Select(ur => string.Format(CultureInfo.CurrentCulture, MetadataResources.ErrUnableToResolveSchemaReferenceFormat, ur.
Uri
))
400
return string.IsNullOrEmpty(this.
Uri
) ? base.ToString() : this.
Uri
;
406
return other != null && MetadataFileNameManager.UriEqual(this.
Uri
, other.
Uri
);