1 write to RunnerName
Microsoft.DotNet.Cli.Definitions (1)
_generated\1\GlobalJsonSerializerContext.GlobalJsonTestNode.g.cs (1)
61
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.GlobalJsonTestNode)obj).
RunnerName
= value!,
3 references to RunnerName
Microsoft.DotNet.Cli.Definitions (3)
_generated\1\GlobalJsonSerializerContext.GlobalJsonTestNode.g.cs (2)
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.GlobalJsonTestNode)obj).
RunnerName
,
90
writer.WriteString(PropName_runner, ((global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.GlobalJsonTestNode)value).
RunnerName
);
Commands\Test\TestCommandDefinition.cs (1)
45
var name = globalJson?.Test?.
RunnerName
;