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