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