2 references to alphaNumeric
Microsoft.NET.Build.Containers (2)
ReferenceParser.cs (2)
41
private static readonly string nameComponent = expression(
alphaNumeric
, optional(repeated(separator,
alphaNumeric
)));