2 references to shortIdentifier
Microsoft.NET.Build.Containers (2)
ReferenceParser.cs (2)
264public static readonly Regex ShortIdentifierRegexp = new(shortIdentifier); 283private static readonly string anchoredShortIdentifier = anchored(shortIdentifier);