2 references to _wildcards
Microsoft.DotNet.SignCheck (2)
SignCheck.cs (2)
209
else if (inputFile.IndexOfAny(
_wildcards
) > -1)
224
if (fileSearchPath.IndexOfAny(
_wildcards
) > -1)