2 references to TryInterpretPathParameterCore
Microsoft.Build (2)
Logging\BinaryLogger\BinaryLogger.cs (2)
691
return
TryInterpretPathParameterCore
(parameter, GetUniqueStamp, out filePath);
751
return
TryInterpretPathParameterCore
(parameter, () => ExpandPathParameter(string.Empty), out filePath);