9 references to FormatRootingMarker
Microsoft.Build.Utilities.Core (9)
TrackedDependencies\CanonicalTrackedInputFiles.cs (3)
346string upperSourcesRoot = FileTracker.FormatRootingMarker(_sourceFiles); 942string rootMarkerToRemove = FileTracker.FormatRootingMarker(source); 968string rootingMarker = FileTracker.FormatRootingMarker(sources);
TrackedDependencies\CanonicalTrackedOutputFiles.cs (4)
278string currentRoot = FileTracker.FormatRootingMarker(sources); 346string upperSourcesRoot = FileTracker.FormatRootingMarker(sources); 419string upperSourcesRoot = FileTracker.FormatRootingMarker(sources); 662string rootingMarker = FileTracker.FormatRootingMarker(sources);
TrackedDependencies\DependencyTableCache.cs (1)
99string normalizedRootingMarker = FileTracker.FormatRootingMarker(normalizedFiles.ToArray());
TrackedDependencies\FileTracker.cs (1)
343public static string CreateRootingMarkerResponseFile(ITaskItem[] sources) => CreateRootingMarkerResponseFile(FormatRootingMarker(sources));