Implemented interface member:
property
Parameters
Microsoft.Build.Framework.ILogger.Parameters
24 writes to Parameters
dotnet (3)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
435
Parameters
= arg.IndexOf(':') is >= 0 and var index
LoggerUtility.cs (2)
33
binaryLoggers.Add(new BinaryLogger {
Parameters
= filename });
39
binaryLoggers.Add(new BinaryLogger {
Parameters
= filename });
dotnet-format (1)
Workspaces\MSBuildWorkspaceLoader.cs (1)
37
Parameters
= binaryLogPath,
dotnet-watch (1)
Build\BuildReporter.cs (1)
43
Parameters
= "LogFile=" + binLogPath,
dotnet-watch.Tests (1)
CommandLine\BinaryLoggerTests.cs (1)
43
var bl = new BinaryLogger() {
Parameters
= value };
Microsoft.Build (1)
BackEnd\BuildManager\BuildManager.cs (1)
694
var logger = new BinaryLogger {
Parameters
= binlogPath };
Microsoft.Build.Engine.UnitTests (11)
BinaryLogger_Tests.cs (11)
107
binaryLogger.
Parameters
= _logFile;
142
Parameters
= fileToReplay
201
binaryLogger.
Parameters
= _logFile;
223
Parameters
= $"LogFile={replayedLogFile};OmitInitialInfo"
313
binaryLogger.
Parameters
= $"LogFile={_logFile}";
432
Parameters
= $"LogFile={_logFile}",
476
Parameters
= $"LogFile={_logFile}",
526
Parameters
= $"LogFile={_logFile}"
563
Parameters
= $"LogFile={_logFile}"
644
Parameters
= parameters
667
Parameters
= "{}"
Microsoft.Build.Tasks.UnitTests (2)
CodeTaskFactoryEmbeddedFileInBinlogTestHelper.cs (2)
57
Parameters
= $"LogFile={binlog.Path}",
109
Parameters
= $"LogFile={binlog.Path}",
Microsoft.Build.UnitTests.Shared (1)
EngineTestEnvironment.cs (1)
191
binaryLogger.
Parameters
= binaryLoggerFilePath;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
BuildHost.cs (1)
139
logger = new BinaryLogger {
Parameters
= _binaryLogPath };
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (1)
NetCoreTests.cs (1)
113
var project = await workspace.OpenProjectAsync(projectFilePath, new BinaryLogger() {
Parameters
= binLogPath });
MSBuild (1)
XMake.cs (1)
4048
BinaryLogger logger = new BinaryLogger {
Parameters
= arguments };
4 references to Parameters
Microsoft.Build (3)
Logging\BinaryLogger\BinaryLogger.cs (3)
153
/// Optional expander of wildcard(s) within the LogFile path parameter of a binlog <see cref="
Parameters
"/>.
429
if (
Parameters
== null)
435
var parameters =
Parameters
.Split(MSBuildConstants.SemicolonChar, StringSplitOptions.RemoveEmptyEntries);
Microsoft.Build.UnitTests.Shared (1)
EngineTestEnvironment.cs (1)
218
string binaryLoggerFilePath = binaryLogger.
Parameters
;