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