7 references to anchored
Microsoft.NET.Build.Containers (7)
ReferenceParser.cs (7)
104
public static readonly Regex AnchoredDomainRegexp = new(
anchored
(domain));
120
private static readonly string anchoredTag =
anchored
(tag);
148
private static readonly string anchoredDigest =
anchored
(digestPat);
177
private static readonly string anchoredName =
anchored
(
193
private static string referencePat =
anchored
(
238
private static readonly string anchoredIdentifier =
anchored
(identifier);
251
private static readonly string anchoredShortIdentifier =
anchored
(shortIdentifier);