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)
31if (_regex == null && _filenamePattern == null) 62if (_regex == null && _filenamePattern == null) 81if (_regex != null) 83return _regex.IsMatch(normalizedFileToMatch);