1 write to AkaMSDoNotCreateLinkPatterns
Microsoft.DotNet.Build.Tasks.Feed (1)
src\model\TargetChannelConfig.cs (1)
73
AkaMSDoNotCreateLinkPatterns
= akaMSDoNotCreateLinkPatterns ?? ImmutableList<Regex>.Empty;
10 references to AkaMSDoNotCreateLinkPatterns
Microsoft.DotNet.Build.Tasks.Feed (10)
src\model\SetupTargetFeedConfigV3.cs (3)
104
_targetChannelConfig.
AkaMSDoNotCreateLinkPatterns
,
118
_targetChannelConfig.
AkaMSDoNotCreateLinkPatterns
,
178
_targetChannelConfig.
AkaMSDoNotCreateLinkPatterns
,
src\model\SetupTargetFeedConfigV4.cs (3)
105
_targetChannelConfig.
AkaMSDoNotCreateLinkPatterns
,
119
_targetChannelConfig.
AkaMSDoNotCreateLinkPatterns
,
179
_targetChannelConfig.
AkaMSDoNotCreateLinkPatterns
,
src\model\TargetChannelConfig.cs (4)
83
$"\n AkaMSDoNotCreateLinkPatterns: \n\t{string.Join("\n\t",
AkaMSDoNotCreateLinkPatterns
.Select(s => s.ToString()))} " +
97
NullAcceptingSequencesEqual(
AkaMSDoNotCreateLinkPatterns
, config.
AkaMSDoNotCreateLinkPatterns
) &&
141
foreach (var akaMSDoNotCreateLinkPatterns in
AkaMSDoNotCreateLinkPatterns
)