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