5 instantiations of TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\43\TestPlatformJsonContext.TestPlatformOptions.g.cs (1)
31ObjectCreator = () => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions(),
vstest.console (2)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
244var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
Processors\RunTestsArgumentProcessor.cs (1)
176var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
vstest.console.arm64 (2)
src\vstest\src\vstest.console\Processors\RunSpecificTestsArgumentProcessor.cs (1)
244var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
src\vstest\src\vstest.console\Processors\RunTestsArgumentProcessor.cs (1)
176var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
212 references to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (41)
_generated\112\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
194if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions))
_generated\32\TestPlatformJsonContext.DiscoveryRequestPayload.g.cs (3)
93var info2 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions> 108AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.DiscoveryRequestPayload).GetProperty("TestPlatformOptions", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions), global::System.Array.Empty<global::System.Type>(), null), 111properties[2] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions>(options, info2);
_generated\38\TestPlatformJsonContext.StartTestSessionPayload.g.cs (3)
133var info4 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions> 148AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.Payloads.StartTestSessionPayload).GetProperty("TestPlatformOptions", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions), global::System.Array.Empty<global::System.Type>(), null), 151properties[4] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions>(options, info4);
_generated\43\TestPlatformJsonContext.TestPlatformOptions.g.cs (31)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions>? _TestPlatformOptions; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions> TestPlatformOptions 22get => _TestPlatformOptions ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions>)Options.GetTypeInfo(typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions> Create_TestPlatformOptions(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null), 41jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions), 60Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).TestCaseFilter, 61Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).TestCaseFilter = value!, 68AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions).GetProperty("TestCaseFilter", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null), 78DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions), 80Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).FilterOptions, 81Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).FilterOptions = value!, 88AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions).GetProperty("FilterOptions", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.FilterOptions), global::System.Array.Empty<global::System.Type>(), null), 98DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions), 100Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).CollectMetrics, 101Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).CollectMetrics = value!, 108AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions).GetProperty("CollectMetrics", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null), 118DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions), 120Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).SkipDefaultAdapters, 121Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)obj).SkipDefaultAdapters = value!, 128AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions).GetProperty("SkipDefaultAdapters", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null), 138private void TestPlatformOptionsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions? value) 148writer.WriteString(PropName_TestCaseFilter, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)value).TestCaseFilter); 150FilterOptionsSerializeHandler(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)value).FilterOptions); 151writer.WriteBoolean(PropName_CollectMetrics, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)value).CollectMetrics); 152writer.WriteBoolean(PropName_SkipDefaultAdapters, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions)value).SkipDefaultAdapters);
_generated\50\TestPlatformJsonContext.TestRunRequestPayload.g.cs (3)
153var info5 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions> 168AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload).GetProperty("TestPlatformOptions", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions), global::System.Array.Empty<global::System.Type>(), null), 171properties[5] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions>(options, info5);
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (161)
Interfaces\ITestSession.cs (10)
51TestPlatformOptions options, 85TestPlatformOptions options, 101TestPlatformOptions options, 130TestPlatformOptions options, 146TestPlatformOptions options, 178TestPlatformOptions options, 196TestPlatformOptions options, 229TestPlatformOptions options, 247TestPlatformOptions options, 279bool StopTestSession(TestPlatformOptions options, ITestSessionEventsHandler eventsHandler);
Interfaces\ITestSessionAsync.cs (10)
47TestPlatformOptions options, 81TestPlatformOptions options, 97TestPlatformOptions options, 126TestPlatformOptions options, 142TestPlatformOptions options, 174TestPlatformOptions options, 192TestPlatformOptions options, 225TestPlatformOptions options, 243TestPlatformOptions options, 277TestPlatformOptions options,
Interfaces\ITranslationLayerRequestSender.cs (7)
59TestPlatformOptions? options, 76TestPlatformOptions? options, 94TestPlatformOptions? options, 113TestPlatformOptions? options, 133TestPlatformOptions? options, 152TestPlatformOptions? options, 165TestPlatformOptions? options,
Interfaces\ITranslationLayerRequestSenderAsync.cs (13)
35TestPlatformOptions? options, 44/// TestPlatformOptions, 52TestPlatformOptions? options, 62/// TestPlatformOptions, 70TestPlatformOptions? options, 80/// TestPlatformOptions, 89TestPlatformOptions? options, 100/// TestPlatformOptions, 109TestPlatformOptions? options, 120/// TestPlatformOptions, 127TestPlatformOptions? options, 135/// TestPlatformOptions, 140TestPlatformOptions? options,
Interfaces\IVsTestConsoleWrapper.cs (17)
53TestPlatformOptions? options, 71TestPlatformOptions? options, 100TestPlatformOptions? options, 134TestPlatformOptions? options, 149TestPlatformOptions? options, 181TestPlatformOptions? options, 196TestPlatformOptions? options, 213TestPlatformOptions? options, 241TestPlatformOptions? options, 256TestPlatformOptions? options, 273TestPlatformOptions? options, 304TestPlatformOptions? options, 321TestPlatformOptions? options, 340TestPlatformOptions? options, 372TestPlatformOptions? options, 389TestPlatformOptions? options, 408TestPlatformOptions? options,
Interfaces\IVsTestConsoleWrapperAsync.cs (34)
45/// TestPlatformOptions, 52TestPlatformOptions? options, 60/// TestPlatformOptions, 68TestPlatformOptions? options, 87/// TestPlatformOptions, 93TestPlatformOptions? options, 122/// TestPlatformOptions, 129TestPlatformOptions? options, 137/// TestPlatformOptions, 145TestPlatformOptions? options, 173/// TestPlatformOptions, 180TestPlatformOptions? options, 188/// TestPlatformOptions, 196TestPlatformOptions? options, 205/// TestPlatformOptions, 214TestPlatformOptions? options, 237/// TestPlatformOptions, 244TestPlatformOptions? options, 252/// TestPlatformOptions, 260TestPlatformOptions? options, 269/// TestPlatformOptions, 278TestPlatformOptions? options, 303/// TestPlatformOptions, 311TestPlatformOptions? options, 320/// TestPlatformOptions, 329TestPlatformOptions? options, 339/// TestPlatformOptions, 349TestPlatformOptions? options, 375/// TestPlatformOptions, 383TestPlatformOptions? options, 392/// TestPlatformOptions, 401TestPlatformOptions? options, 411/// TestPlatformOptions, 421TestPlatformOptions? options,
TestSession.cs (20)
126TestPlatformOptions? options, 156TestPlatformOptions? options, 172TestPlatformOptions? options, 204TestPlatformOptions? options, 219TestPlatformOptions? options, 253TestPlatformOptions? options, 271TestPlatformOptions? options, 307TestPlatformOptions? options, 325TestPlatformOptions? options, 357TestPlatformOptions? options, 401TestPlatformOptions? options, 431TestPlatformOptions? options, 447TestPlatformOptions? options, 479TestPlatformOptions? options, 495TestPlatformOptions? options, 529TestPlatformOptions? options, 547TestPlatformOptions? options, 583TestPlatformOptions? options, 601TestPlatformOptions? options, 633TestPlatformOptions? options,
VsTestConsoleRequestSender.cs (16)
170TestPlatformOptions? options, 188TestPlatformOptions? options, 206TestPlatformOptions? options, 231TestPlatformOptions? options, 256TestPlatformOptions? options, 281TestPlatformOptions? options, 306TestPlatformOptions? options, 333TestPlatformOptions? options, 360TestPlatformOptions? options, 387TestPlatformOptions? options, 414TestPlatformOptions? options, 515TestPlatformOptions? options, 612TestPlatformOptions? options, 702TestPlatformOptions? options, 944TestPlatformOptions? options, 1036TestPlatformOptions? options,
VsTestConsoleWrapper.cs (34)
210TestPlatformOptions? options, 226TestPlatformOptions? options, 265TestPlatformOptions? options, 303TestPlatformOptions? options, 318TestPlatformOptions? options, 356TestPlatformOptions? options, 371TestPlatformOptions? options, 388TestPlatformOptions? options, 427TestPlatformOptions? options, 442TestPlatformOptions? options, 459TestPlatformOptions? options, 500TestPlatformOptions? options, 517TestPlatformOptions? options, 536TestPlatformOptions? options, 579TestPlatformOptions? options, 596TestPlatformOptions? options, 615TestPlatformOptions? options, 723TestPlatformOptions? options, 739TestPlatformOptions? options, 778TestPlatformOptions? options, 816TestPlatformOptions? options, 831TestPlatformOptions? options, 863TestPlatformOptions? options, 878TestPlatformOptions? options, 895TestPlatformOptions? options, 934TestPlatformOptions? options, 949TestPlatformOptions? options, 966TestPlatformOptions? options, 1007TestPlatformOptions? options, 1024TestPlatformOptions? options, 1043TestPlatformOptions? options, 1086TestPlatformOptions? options, 1103TestPlatformOptions? options, 1122TestPlatformOptions? options,
Microsoft.VisualStudio.TestPlatform.Client (3)
TestPlatform.cs (3)
77TestPlatformOptions? options, 99TestPlatformOptions? options, 118private static bool GetSkipDefaultAdapters(TestPlatformOptions? options, string? runSettings)
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
Client\Interfaces\ITestPlatform.cs (2)
48TestPlatformOptions? options, 66TestPlatformOptions? options,
Client\Payloads\DiscoveryRequestPayload.cs (1)
31public TestPlatformOptions? TestPlatformOptions
Client\Payloads\StartTestSessionPayload.cs (1)
44public TestPlatformOptions? TestPlatformOptions { get; set; }
Client\Payloads\TestRunRequestPayload.cs (1)
56public TestPlatformOptions? TestPlatformOptions { get; set; }
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
1265TestPlatformOptions? options,
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1265TestPlatformOptions? options,