1 write to FileMatcher
Microsoft.Build (1)
Evaluation\Context\EvaluationContext.cs (1)
71FileMatcher = new FileMatcher(FileSystem, FileEntryExpansionCache);
3 references to FileMatcher
Microsoft.Build (3)
Evaluation\Evaluator.cs (2)
400fileMatcher: expander.EvaluationContext?.FileMatcher, 2026fileMatcher: _evaluationContext.FileMatcher,
Evaluation\LazyItemEvaluator.cs (1)
50protected FileMatcher FileMatcher => EvaluationContext.FileMatcher;