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