3 references to DefaultTargetsMarker
Microsoft.Build (3)
BackEnd\Components\ProjectCache\ProjectCacheService.cs (1)
543
MSBuildEventSource.Log.ProjectCacheGetCacheResultStart(plugin.Name, buildRequest.ProjectFullPath, targetNames ?? MSBuildConstants.
DefaultTargetsMarker
);
Graph\ProjectGraph.cs (1)
805
if (targets[i].Equals(MSBuildConstants.
DefaultTargetsMarker
, StringComparison.OrdinalIgnoreCase))
Graph\ProjectInterpretation.cs (1)
65
!skipIfNonexistent || (!target.Equals(MSBuildConstants.
DefaultTargetsMarker
)