1 write to _regex
Microsoft.Build (1)
Utilities\FileSpecMatchTester.cs (1)
29
_regex
= regex;
4 references to _regex
Microsoft.Build (4)
Utilities\FileSpecMatchTester.cs (4)
31
if (
_regex
== null && _filenamePattern == null)
62
if (
_regex
== null && _filenamePattern == null)
81
if (
_regex
!= null)
83
return
_regex
.IsMatch(normalizedFileToMatch);