3 references to _regexCache
Microsoft.DotNet.SignCheckLibrary (3)
Verification\Exclusions.cs (3)
208
if (!
_regexCache
.ContainsKey(pattern))
211
_regexCache
[pattern] = new Regex(regexPattern, RegexOptions.Compiled | RegexOptions.IgnoreCase);
213
return
_regexCache
[pattern];