4 references to FormatRootingMarker
Microsoft.Build.Utilities.Core (4)
TrackedDependencies\CanonicalTrackedInputFiles.cs (1)
1036
string rootingMarker = FileTracker.
FormatRootingMarker
(source, correspondingOutputs);
TrackedDependencies\CanonicalTrackedOutputFiles.cs (2)
643
string rootMarkerToRemove = FileTracker.
FormatRootingMarker
(source, correspondingOutputs);
730
string rootingMarker = FileTracker.
FormatRootingMarker
(source, correspondingOutputs);
TrackedDependencies\FileTracker.cs (1)
330
public static string FormatRootingMarker(ITaskItem[] sources) =>
FormatRootingMarker
(sources, null);