2 references to anchoredNameRegexp
Microsoft.NET.Build.Containers (2)
ContainerHelpers.cs (2)
135return ReferenceParser.anchoredNameRegexp.IsMatch(imageName); 203var nameMatch = ReferenceParser.anchoredNameRegexp.Match(namePortion);