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);
182
public static readonly Regex AnchoredDigestRegexp = new(
anchored
(
209
private static readonly string anchoredName =
anchored
(
225
private static string referencePat =
anchored
(
270
private static readonly string anchoredIdentifier =
anchored
(identifier);
283
private static readonly string anchoredShortIdentifier =
anchored
(shortIdentifier);