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