2 references to identifier
Microsoft.NET.Build.Containers (2)
ReferenceParser.cs (2)
218
public static readonly Regex IdentifierRegexp = new(
identifier
);
238
private static readonly string anchoredIdentifier = anchored(
identifier
);