1 write to s_lazyWildCardExpansionRegexes
Microsoft.Build (1)
Utilities\EngineFileUtilities.cs (1)
39
s_lazyWildCardExpansionRegexes
= PopulateRegexFromEnvironment();
3 references to s_lazyWildCardExpansionRegexes
Microsoft.Build (3)
Utilities\EngineFileUtilities.cs (3)
592
Debug.Assert(
s_lazyWildCardExpansionRegexes
is not null, $"If the user provided lazy wildcard regexes, {nameof(
s_lazyWildCardExpansionRegexes
)} should be populated");
594
return _regexMatchCache.Value.GetOrAdd(fileSpec, file =>
s_lazyWildCardExpansionRegexes
.Any(regex => regex.IsMatch(fileSpec)));