3 instantiations of ExceptionDetails
Microsoft.DotNet.Cli.Telemetry (3)
_generated\2\TelemetryJsonContext.ExceptionDetails.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
(),
Implementation\AzureMonitorLogSerializer.cs (1)
178
new
ExceptionDetails
Implementation\AzureMonitorTelemetrySerializer.cs (1)
201
new
ExceptionDetails
49 references to ExceptionDetails
Microsoft.DotNet.Cli.Telemetry (49)
_generated\1\TelemetryJsonContext.ExceptionData.g.cs (3)
73
var info1 = new global::System.Text.Json.Serialization.Metadata.JsonPropertyInfoValues<global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>>
88
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData).GetProperty("Exceptions", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>), global::System.Array.Empty<global::System.Type>(), null),
91
properties[1] = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreatePropertyInfo<global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>>(options, info1);
_generated\17\TelemetryJsonContext.ListExceptionDetails.g.cs (12)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>>? _ListExceptionDetails;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>> ListExceptionDetails
22
get => _ListExceptionDetails ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>>)Options.GetTypeInfo(typeof(global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>> Create_ListExceptionDetails(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>> jsonTypeInfo))
29
var info = new global::System.Text.Json.Serialization.Metadata.JsonCollectionInfoValues<global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>>
31
ObjectCreator = () => new global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>(),
37
jsonTypeInfo = global::System.Text.Json.Serialization.Metadata.JsonMetadataServices.CreateListInfo<global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>, global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>(options, info);
47
private void ListExceptionDetailsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>? value)
_generated\2\TelemetryJsonContext.ExceptionDetails.g.cs (31)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>? _ExceptionDetails;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
> ExceptionDetails
22
get => _ExceptionDetails ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
> Create_ExceptionDetails(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
).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.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
),
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)obj).TypeName,
61
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)obj).TypeName = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
).GetProperty("TypeName", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
78
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
),
80
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)obj).Message,
81
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)obj).Message = value!,
88
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
).GetProperty("Message", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
98
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
),
100
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)obj).HasFullStack,
101
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)obj).HasFullStack = value!,
108
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
).GetProperty("HasFullStack", InstanceMemberBindingFlags, null, typeof(bool), global::System.Array.Empty<global::System.Type>(), null),
118
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
),
120
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)obj).Stack,
121
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)obj).Stack = value!,
128
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
).GetProperty("Stack", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
138
private void ExceptionDetailsSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
? value)
148
writer.WriteString(PropName_typeName, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)value).TypeName);
149
writer.WriteString(PropName_message, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)value).Message);
150
writer.WriteBoolean(PropName_hasFullStack, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)value).HasFullStack);
151
writer.WriteString(PropName_stack, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
)value).Stack);
_generated\22\TelemetryJsonContext.GetJsonTypeInfo.g.cs (2)
30
if (type == typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
))
90
if (type == typeof(global::System.Collections.Generic.List<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
ExceptionDetails
>))
Implementation\BreezeEnvelope.cs (1)
137
public List<
ExceptionDetails
> Exceptions { get; set; } = [];