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