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