5 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.Engine.UnitTests (1)
BuildEventArgsSerialization_Tests.cs (1)
799
new EvaluationLocation(0, null, EvaluationPass.LazyItems, "desc2", "file1", null, "element2", "description2", 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
,