2 instantiations of EditorAttachDebuggerAckPayload
Microsoft.TestPlatform.CommunicationUtilities (1)
Generated\361d1da7f942c932\TestPlatformJsonContext.EditorAttachDebuggerAckPayload.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
(),
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1070
var ackPayload = new
EditorAttachDebuggerAckPayload
()
28 references to EditorAttachDebuggerAckPayload
Microsoft.TestPlatform.CommunicationUtilities (24)
Generated\361d1da7f942c932\TestPlatformJsonContext.EditorAttachDebuggerAckPayload.g.cs (21)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
>? _EditorAttachDebuggerAckPayload;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
> EditorAttachDebuggerAckPayload
22
get => _EditorAttachDebuggerAckPayload ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
>)Options.GetTypeInfo(typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
> Create_EditorAttachDebuggerAckPayload(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
).GetConstructor(InstanceMemberBindingFlags, binder: null, global::System.Array.Empty<global::System.Type>(), modifiers: null),
41
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateObjectInfo<global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
),
60
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
)obj).Attached,
61
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
)obj).Attached = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
).GetProperty("Attached", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
),
80
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
)obj).ErrorMessage,
81
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
)obj).ErrorMessage = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
).GetProperty("ErrorMessage", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
98
private void EditorAttachDebuggerAckPayloadSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
? value)
108
writer.WriteBoolean(PropName_Attached, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
)value).Attached);
109
writer.WriteString(PropName_ErrorMessage, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
)value).ErrorMessage);
Generated\361d1da7f942c932\TestPlatformJsonContext.GetJsonTypeInfo.g.cs (1)
146
if (type == typeof(global::Microsoft.VisualStudio.TestPlatform.ObjectModel.Client.
EditorAttachDebuggerAckPayload
))
Messages\MessageType.cs (1)
205
[ProtocolVersion(Version3, typeof(
EditorAttachDebuggerAckPayload
))]
TestPlatformJsonContext.cs (1)
107
[JsonSerializable(typeof(
EditorAttachDebuggerAckPayload
))]
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (1)
VsTestConsoleRequestSender.cs (1)
1070
var
ackPayload = new EditorAttachDebuggerAckPayload()
Microsoft.VisualStudio.TestPlatform.Client (2)
DesignMode\DesignModeClient.cs (2)
381
var
ackPayload = _dataSerializer.DeserializePayload<
EditorAttachDebuggerAckPayload
>(ackMessage);
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Client\Payloads\EditorAttachDebuggerAckPayload.cs (1)
9
/// Class used to define the <see cref="
EditorAttachDebuggerAckPayload
"/> sent by the