5 references to SourceUrlAttrName
dotnet-openapi (5)
Commands\BaseCommand.cs (2)
167
i => string.Equals(i.GetMetadataValue(
SourceUrlAttrName
), sourceUrl, StringComparison.Ordinal)))
178
metadata[
SourceUrlAttrName
] = sourceUrl;
Commands\RefreshCommand.cs (1)
46
var attrUrl = item.GetMetadataValue(
SourceUrlAttrName
);
Commands\RemoveCommand.cs (2)
59
var sourceUrl = item.HasMetadata(
SourceUrlAttrName
) ? item.GetMetadataValue(
SourceUrlAttrName
) : null;