8 references to FormatNormalizedTlogRootingMarker
Microsoft.Build.Utilities.Core (6)
TrackedDependencies\CanonicalTrackedInputFiles.cs (2)
583
tLogRootingMarker = DependencyTableCache.
FormatNormalizedTlogRootingMarker
(_tlogFiles);
865
string tLogRootingMarker = DependencyTableCache.
FormatNormalizedTlogRootingMarker
(_tlogFiles);
TrackedDependencies\CanonicalTrackedOutputFiles.cs (2)
103
tLogRootingMarker = DependencyTableCache.
FormatNormalizedTlogRootingMarker
(_tlogFiles);
577
string tLogRootingMarker = DependencyTableCache.
FormatNormalizedTlogRootingMarker
(_tlogFiles);
TrackedDependencies\FlatTrackingData.cs (2)
352
tLogRootingMarker = DependencyTableCache.
FormatNormalizedTlogRootingMarker
(TlogFiles);
612
string tLogRootingMarker = DependencyTableCache.
FormatNormalizedTlogRootingMarker
(TlogFiles);
Microsoft.Build.Utilities.UnitTests (2)
TrackedDependencies\TrackedDependenciesTests.cs (2)
261
Assert.Equal(test.Value, DependencyTableCache.
FormatNormalizedTlogRootingMarker
(test.Key)); // "Incorrectly formatted rooting marker"
267
DependencyTableCache.
FormatNormalizedTlogRootingMarker
(new ITaskItem[] { new TaskItem("\\\\") });