5 references to Glob
Microsoft.Build (2)
Evaluation\Profiler\EvaluationLocationPrettyPrinterBase.cs (1)
60if (kind == EvaluationLocationKind.Glob)
Logging\ProfilerLogger.cs (1)
162.Where(key => key.Kind == EvaluationLocationKind.Glob)
Microsoft.Build.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
787new EvaluationLocation(0, null, EvaluationPass.LazyItems, "desc2", "file1", null, "element2", "description2", EvaluationLocationKind.Glob),
Microsoft.Build.Framework (2)
Profiler\EvaluationLocation.cs (2)
125return new EvaluationLocation(parentId, evaluationPass, evaluationDescription, file, line, "Glob", globDescription, kind: EvaluationLocationKind.Glob); 132PassDefaultDescription[EvaluationPass.TotalGlobbing], file: null, kind: EvaluationLocationKind.Glob,