6 references to TotalGlobbing
Microsoft.Build.Engine.UnitTests (3)
EvaluationProfiler_Tests.cs (3)
199
Assert.Single(profiledElements.Where(location => location.EvaluationPass == EvaluationPass.
TotalGlobbing
));
201
evaluationLocation.EvaluationPass == EvaluationPass.
TotalGlobbing
);
224
Assert.True(profiledElements.Where(e => e.IsEvaluationPass && e.EvaluationPass != EvaluationPass.
TotalGlobbing
&& !e.Equals(totalEvaluation))
Microsoft.Build.Framework (3)
Profiler\EvaluationLocation.cs (3)
66
{EvaluationPass.
TotalGlobbing
, "Total evaluation for globbing"},
131
return new EvaluationLocation(EvaluationPass.
TotalGlobbing
,
132
PassDefaultDescription[EvaluationPass.
TotalGlobbing
], file: null, kind: EvaluationLocationKind.Glob,