3 references to tag
Microsoft.NET.Build.Containers (3)
ReferenceParser.cs (3)
114
public static readonly Regex TagRegexp = new(
tag
);
120
private static readonly string anchoredTag = anchored(
tag
);
195
optional(literal(":"), capture(
tag
)),