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