3 references to ExtractFilePathFromParameters
Microsoft.Build (1)
Logging\BinaryLogger\BinaryLogger.cs (1)
903string currentFilePath = ExtractFilePathFromParameters(currentParams);
Microsoft.Build.Engine.UnitTests (2)
BinaryLogger_Tests.cs (2)
765string result = BinaryLogger.ExtractFilePathFromParameters(parameters); 777string result = BinaryLogger.ExtractFilePathFromParameters("mylog.binlog");