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)
798string result = BinaryLogger.ExtractFilePathFromParameters(parameters); 810string result = BinaryLogger.ExtractFilePathFromParameters("mylog.binlog");