2 references to s_tempPath
Microsoft.Build.Utilities.Core (2)
TrackedDependencies\FileTracker.cs (2)
86
private static readonly string s_tempShortPath = FileUtilities.EnsureTrailingSlash(NativeMethodsShared.GetShortFilePath(
s_tempPath
).ToUpperInvariant());
89
private static readonly string s_tempLongPath = FileUtilities.EnsureTrailingSlash(NativeMethodsShared.GetLongFilePath(
s_tempPath
).ToUpperInvariant());