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