1 write to FilterOptions
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\43\TestPlatformJsonContext.TestPlatformOptions.g.cs (1)
81Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).FilterOptions = value!,
4 references to FilterOptions
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\43\TestPlatformJsonContext.TestPlatformOptions.g.cs (2)
80Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).FilterOptions, 150FilterOptionsSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)value).FilterOptions);
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
376testRunRequestPayload.TestPlatformOptions?.FilterOptions,
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
376testRunRequestPayload.TestPlatformOptions?.FilterOptions,