5 instantiations of TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\35\TestPlatformJsonContext.TestPlatformOptions.g.cs (1)
31ObjectCreator = () => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions(),
vstest.console (2)
Processors\RunSpecificTestsArgumentProcessor.cs (1)
253var runRequestPayload = new TestRunRequestPayload() { TestCases = _selectedTestCases.ToList(), RunSettings = _effectiveRunSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
Processors\RunTestsArgumentProcessor.cs (1)
185var 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)
253var 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)
185var runRequestPayload = new TestRunRequestPayload() { Sources = _commandLineOptions.Sources.ToList(), RunSettings = runSettings, KeepAlive = keepAlive, TestPlatformOptions = new TestPlatformOptions() { TestCaseFilter = _commandLineOptions.TestCaseFilterValue } };
143 references to TestPlatformOptions
Microsoft.TestPlatform.CommunicationUtilities (38)
_generated\104\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
162if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestPlatformOptions))
_generated\30\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\35\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\42\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 (96)
Interfaces\ITranslationLayerRequestSender.cs (5)
59TestPlatformOptions? options, 76TestPlatformOptions? options, 94TestPlatformOptions? options, 113TestPlatformOptions? options, 133TestPlatformOptions? options,
Interfaces\ITranslationLayerRequestSenderAsync.cs (9)
35TestPlatformOptions? options, 44/// TestPlatformOptions, 52TestPlatformOptions? options, 62/// TestPlatformOptions, 70TestPlatformOptions? options, 80/// TestPlatformOptions, 89TestPlatformOptions? options, 100/// TestPlatformOptions, 109TestPlatformOptions? options,
Interfaces\IVsTestConsoleWrapper.cs (14)
54TestPlatformOptions? options, 69TestPlatformOptions? options, 101TestPlatformOptions? options, 116TestPlatformOptions? options, 133TestPlatformOptions? options, 161TestPlatformOptions? options, 176TestPlatformOptions? options, 193TestPlatformOptions? options, 224TestPlatformOptions? options, 241TestPlatformOptions? options, 260TestPlatformOptions? options, 292TestPlatformOptions? options, 309TestPlatformOptions? options, 328TestPlatformOptions? options,
Interfaces\IVsTestConsoleWrapperAsync.cs (28)
52/// TestPlatformOptions, 59TestPlatformOptions? options, 67/// TestPlatformOptions, 75TestPlatformOptions? options, 103/// TestPlatformOptions, 110TestPlatformOptions? options, 118/// TestPlatformOptions, 126TestPlatformOptions? options, 135/// TestPlatformOptions, 144TestPlatformOptions? options, 167/// TestPlatformOptions, 174TestPlatformOptions? options, 182/// TestPlatformOptions, 190TestPlatformOptions? options, 199/// TestPlatformOptions, 208TestPlatformOptions? options, 233/// TestPlatformOptions, 241TestPlatformOptions? options, 250/// TestPlatformOptions, 259TestPlatformOptions? options, 269/// TestPlatformOptions, 279TestPlatformOptions? options, 305/// TestPlatformOptions, 313TestPlatformOptions? options, 322/// TestPlatformOptions, 331TestPlatformOptions? options, 341/// TestPlatformOptions, 351TestPlatformOptions? options,
VsTestConsoleRequestSender.cs (12)
169TestPlatformOptions? options, 187TestPlatformOptions? options, 205TestPlatformOptions? options, 230TestPlatformOptions? options, 255TestPlatformOptions? options, 280TestPlatformOptions? options, 305TestPlatformOptions? options, 332TestPlatformOptions? options, 359TestPlatformOptions? options, 386TestPlatformOptions? options, 564TestPlatformOptions? options, 656TestPlatformOptions? options,
VsTestConsoleWrapper.cs (28)
216TestPlatformOptions? options, 231TestPlatformOptions? options, 269TestPlatformOptions? options, 284TestPlatformOptions? options, 301TestPlatformOptions? options, 340TestPlatformOptions? options, 355TestPlatformOptions? options, 372TestPlatformOptions? options, 413TestPlatformOptions? options, 430TestPlatformOptions? options, 449TestPlatformOptions? options, 492TestPlatformOptions? options, 509TestPlatformOptions? options, 528TestPlatformOptions? options, 643TestPlatformOptions? options, 658TestPlatformOptions? options, 690TestPlatformOptions? options, 705TestPlatformOptions? options, 722TestPlatformOptions? options, 761TestPlatformOptions? options, 776TestPlatformOptions? options, 793TestPlatformOptions? options, 834TestPlatformOptions? options, 851TestPlatformOptions? options, 870TestPlatformOptions? options, 913TestPlatformOptions? options, 930TestPlatformOptions? options, 949TestPlatformOptions? 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 (4)
Client\Interfaces\ITestPlatform.cs (2)
48TestPlatformOptions? options, 66TestPlatformOptions? options,
Client\Payloads\DiscoveryRequestPayload.cs (1)
31public TestPlatformOptions? TestPlatformOptions
Client\Payloads\TestRunRequestPayload.cs (1)
56public TestPlatformOptions? TestPlatformOptions { get; set; }
vstest.console (1)
TestPlatformHelpers\TestRequestManager.cs (1)
1135TestPlatformOptions? options,
vstest.console.arm64 (1)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (1)
1135TestPlatformOptions? options,