1 write to _regex
Microsoft.Build (1)
Utilities\FileSpecMatchTester.cs (1)
30
_regex
= regex;
4 references to _regex
Microsoft.Build (4)
Utilities\FileSpecMatchTester.cs (4)
32
if (
_regex
== null && _filenamePattern == null)
63
if (
_regex
== null && _filenamePattern == null)
82
if (
_regex
!= null)
84
return
_regex
.IsMatch(normalizedFileToMatch);