2 instantiations of TestSessionInfo
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\44\TestPlatformJsonContext.TestSessionInfo.g.cs (1)
31ObjectCreator = () => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo(),
Serialization\TestSessionInfoConverter.cs (1)
35var info = new TestSessionInfo();
120 references to TestSessionInfo
Microsoft.TestPlatform.CommunicationUtilities (39)
_generated\104\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
198if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo))
_generated\29\TestPlatformJsonContext.DiscoveryCriteria.g.cs (3)
195var info7 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo> 210AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.DiscoveryCriteria).GetProperty("TestSessionInfo", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo), global::System.Array.Empty<global::System.Type>(), null), 213properties[7] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo>(options, info7);
_generated\30\TestPlatformJsonContext.DiscoveryRequestPayload.g.cs (3)
113var info3 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo> 128AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.DiscoveryRequestPayload).GetProperty("TestSessionInfo", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo), global::System.Array.Empty<global::System.Type>(), null), 131properties[3] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo>(options, info3);
_generated\41\TestPlatformJsonContext.TestRunCriteria.g.cs (3)
153var info5 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo> 168AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunCriteria).GetProperty("TestSessionInfo", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo), global::System.Array.Empty<global::System.Type>(), null), 171properties[5] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo>(options, info5);
_generated\42\TestPlatformJsonContext.TestRunRequestPayload.g.cs (3)
173var info6 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo> 188AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestRunRequestPayload).GetProperty("TestSessionInfo", InstanceMemberBindingFlags, null, typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo), global::System.Array.Empty<global::System.Type>(), null), 191properties[6] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo>(options, info6);
_generated\44\TestPlatformJsonContext.TestSessionInfo.g.cs (15)
13private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo>? _TestSessionInfo; 19public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo> TestSessionInfo 22get => _TestSessionInfo ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo>)Options.GetTypeInfo(typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo)); 25private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo> Create_TestSessionInfo(global::System.Text.Json.JsonSerializerOptions options) 27if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo> jsonTypeInfo)) 29var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo> 35ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo).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.TestSessionInfo>(options, objectInfo); 58DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo), 60Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo)obj).Id, 68AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo).GetProperty("Id", InstanceMemberBindingFlags, null, typeof(global::System.Guid), global::System.Array.Empty<global::System.Type>(), null), 78private void TestSessionInfoSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo? value) 88writer.WriteString(PropName_Id, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.TestSessionInfo)value).Id);
Serialization\DiscoveryCriteriaConverter.cs (2)
39var testSessionInfo = DeserializeProperty<TestSessionInfo>(root, "TestSessionInfo", options);
Serialization\TestSessionInfoConverter.cs (8)
15/// JSON converter for <see cref="TestSessionInfo"/> that handles the private setter on <see cref="TestSessionInfo.Id"/> 18internal class TestSessionInfoConverter : JsonConverter<TestSessionInfo> 21public override TestSessionInfo? Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) 35var info = new TestSessionInfo(); 36typeof(TestSessionInfo).GetProperty(nameof(TestSessionInfo.Id))!.SetValue(info, id); 42public override void Write(Utf8JsonWriter writer, TestSessionInfo value, JsonSerializerOptions options)
TestPlatformJsonContext.cs (1)
96[JsonSerializable(typeof(TestSessionInfo))]
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (71)
Interfaces\ITranslationLayerRequestSender.cs (5)
60TestSessionInfo? testSessionInfo, 77TestSessionInfo? testSessionInfo, 95TestSessionInfo? testSessionInfo, 114TestSessionInfo? testSessionInfo, 134TestSessionInfo? testSessionInfo,
Interfaces\ITranslationLayerRequestSenderAsync.cs (9)
36TestSessionInfo? testSessionInfo, 45/// TestSessionInfo, 53TestSessionInfo? testSessionInfo, 63/// TestSessionInfo, 71TestSessionInfo? testSessionInfo, 81/// TestSessionInfo, 90TestSessionInfo? testSessionInfo, 101/// TestSessionInfo, 110TestSessionInfo? testSessionInfo,
Interfaces\IVsTestConsoleWrapper.cs (9)
70TestSessionInfo? testSessionInfo, 117TestSessionInfo? testSessionInfo, 134TestSessionInfo? testSessionInfo, 177TestSessionInfo? testSessionInfo, 194TestSessionInfo? testSessionInfo, 242TestSessionInfo? testSessionInfo, 261TestSessionInfo? testSessionInfo, 310TestSessionInfo? testSessionInfo, 329TestSessionInfo? testSessionInfo,
Interfaces\IVsTestConsoleWrapperAsync.cs (18)
68/// TestSessionInfo, 76TestSessionInfo? testSessionInfo, 119/// TestSessionInfo, 127TestSessionInfo? testSessionInfo, 136/// TestSessionInfo, 145TestSessionInfo? testSessionInfo, 183/// TestSessionInfo, 191TestSessionInfo? testSessionInfo, 200/// TestSessionInfo, 209TestSessionInfo? testSessionInfo, 251/// TestSessionInfo, 260TestSessionInfo? testSessionInfo, 270/// TestSessionInfo, 280TestSessionInfo? testSessionInfo, 323/// TestSessionInfo, 332TestSessionInfo? testSessionInfo, 342/// TestSessionInfo, 352TestSessionInfo? testSessionInfo,
VsTestConsoleRequestSender.cs (12)
170TestSessionInfo? testSessionInfo, 188TestSessionInfo? testSessionInfo, 206TestSessionInfo? testSessionInfo, 231TestSessionInfo? testSessionInfo, 256TestSessionInfo? testSessionInfo, 281TestSessionInfo? testSessionInfo, 306TestSessionInfo? testSessionInfo, 333TestSessionInfo? testSessionInfo, 360TestSessionInfo? testSessionInfo, 387TestSessionInfo? testSessionInfo, 565TestSessionInfo? testSessionInfo, 657TestSessionInfo? testSessionInfo,
VsTestConsoleWrapper.cs (18)
232TestSessionInfo? testSessionInfo, 285TestSessionInfo? testSessionInfo, 302TestSessionInfo? testSessionInfo, 356TestSessionInfo? testSessionInfo, 373TestSessionInfo? testSessionInfo, 431TestSessionInfo? testSessionInfo, 450TestSessionInfo? testSessionInfo, 510TestSessionInfo? testSessionInfo, 529TestSessionInfo? testSessionInfo, 659TestSessionInfo? testSessionInfo, 706TestSessionInfo? testSessionInfo, 723TestSessionInfo? testSessionInfo, 777TestSessionInfo? testSessionInfo, 794TestSessionInfo? testSessionInfo, 852TestSessionInfo? testSessionInfo, 871TestSessionInfo? testSessionInfo, 931TestSessionInfo? testSessionInfo, 950TestSessionInfo? testSessionInfo,
Microsoft.VisualStudio.TestPlatform.ObjectModel (10)
Client\DiscoveryCriteria.cs (2)
100TestSessionInfo? testSessionInfo) 188public TestSessionInfo? TestSessionInfo { get; set; }
Client\Payloads\DiscoveryRequestPayload.cs (1)
41public TestSessionInfo? TestSessionInfo { get; set; }
Client\Payloads\TestRunRequestPayload.cs (1)
62public TestSessionInfo? TestSessionInfo { get; set; }
Client\TestRunCriteria.cs (3)
222TestSessionInfo? testSessionInfo, 474TestSessionInfo? testSessionInfo, 565public TestSessionInfo? TestSessionInfo { get; set; }
Client\TestSessionInfo.cs (3)
14public class TestSessionInfo : IEquatable<TestSessionInfo> 49return Equals(obj as TestSessionInfo); 59public bool Equals(TestSessionInfo? other)