1 write to RunnerName
Microsoft.DotNet.Cli.Definitions (1)
_generated\1\GlobalJsonSerializerContext.GlobalJsonTestNode.g.cs (1)
61Setter = 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)
60Getter = static obj => ((global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.GlobalJsonTestNode)obj).RunnerName, 90writer.WriteString(PropName_runner, ((global::Microsoft.DotNet.Cli.Commands.Test.TestCommandDefinition.GlobalJsonTestNode)value).RunnerName);
Commands\Test\TestCommandDefinition.cs (1)
45var name = globalJson?.Test?.RunnerName;