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