2 references to CreateRootingMarkerResponseFile
Microsoft.Build.Utilities.Core (1)
TrackedDependencies\FileTracker.cs (1)
371public static string CreateRootingMarkerResponseFile(ITaskItem[] sources) => CreateRootingMarkerResponseFile(FormatRootingMarker(sources));
Microsoft.Build.Utilities.UnitTests (1)
TrackedDependencies\FileTrackerTests.cs (1)
1172string responseFile = FileTracker.CreateRootingMarkerResponseFile(rootMarker);