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