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