10 instantiations of TelemetryEnvelope
Microsoft.DotNet.Cli.Telemetry (10)
_generated\10\TelemetryJsonContext.ExceptionEnvelope.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>(),
_generated\11\TelemetryJsonContext.MessageEnvelope.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>(),
_generated\12\TelemetryJsonContext.DependencyEnvelope.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>(),
_generated\13\TelemetryJsonContext.RequestEnvelope.g.cs (1)
31
ObjectCreator = () => new global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>(),
Implementation\AzureMonitorLogSerializer.cs (2)
131
var envelope = new
TelemetryEnvelope
<ExceptionData>
147
var envelope = new
TelemetryEnvelope
<MessageData>
Implementation\AzureMonitorTelemetrySerializer.cs (4)
65
var envelope = new
TelemetryEnvelope
<RequestData>
88
{ var envelope = new
TelemetryEnvelope
<RemoteDependencyData>
129
var envelope = new
TelemetryEnvelope
<ExceptionData>
145
var envelope = new
TelemetryEnvelope
<MessageData>
160 references to TelemetryEnvelope
Microsoft.DotNet.Cli.Telemetry (160)
_generated\10\TelemetryJsonContext.ExceptionEnvelope.g.cs (36)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>>? _ExceptionEnvelope;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>> ExceptionEnvelope
22
get => _ExceptionEnvelope ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>> Create_ExceptionEnvelope(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>).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.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>),
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Name,
61
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Name = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
80
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>),
82
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Time,
83
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Time = value!,
90
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>).GetProperty("Time", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
102
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>),
104
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).InstrumentationKey,
105
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).InstrumentationKey = value!,
112
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>).GetProperty("InstrumentationKey", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
124
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>),
126
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Tags,
127
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Tags = value!,
134
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>).GetProperty("Tags", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, string>), global::System.Array.Empty<global::System.Type>(), null),
146
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>),
148
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Data,
149
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Data = value!,
156
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>).GetProperty("Data", InstanceMemberBindingFlags, null, typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryData<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>), global::System.Array.Empty<global::System.Type>(), null),
168
private void ExceptionEnvelopeSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>? value)
178
writer.WriteString(PropName_name, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)value).Name);
179
writer.WriteString(PropName_time, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)value).Time);
180
writer.WriteString(PropName_iKey, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)value).InstrumentationKey);
182
DictionaryStringStringSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)value).Tags);
184
TelemetryDataExceptionDataSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)value).Data);
_generated\11\TelemetryJsonContext.MessageEnvelope.g.cs (36)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>>? _MessageEnvelope;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>> MessageEnvelope
22
get => _MessageEnvelope ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>> Create_MessageEnvelope(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>).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.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>),
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Name,
61
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Name = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
80
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>),
82
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Time,
83
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Time = value!,
90
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>).GetProperty("Time", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
102
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>),
104
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).InstrumentationKey,
105
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).InstrumentationKey = value!,
112
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>).GetProperty("InstrumentationKey", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
124
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>),
126
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Tags,
127
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Tags = value!,
134
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>).GetProperty("Tags", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, string>), global::System.Array.Empty<global::System.Type>(), null),
146
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>),
148
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Data,
149
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Data = value!,
156
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>).GetProperty("Data", InstanceMemberBindingFlags, null, typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryData<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>), global::System.Array.Empty<global::System.Type>(), null),
168
private void MessageEnvelopeSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>? value)
178
writer.WriteString(PropName_name, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)value).Name);
179
writer.WriteString(PropName_time, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)value).Time);
180
writer.WriteString(PropName_iKey, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)value).InstrumentationKey);
182
DictionaryStringStringSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)value).Tags);
184
TelemetryDataMessageDataSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)value).Data);
_generated\12\TelemetryJsonContext.DependencyEnvelope.g.cs (36)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>>? _DependencyEnvelope;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>> DependencyEnvelope
22
get => _DependencyEnvelope ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>> Create_DependencyEnvelope(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>).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.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>),
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Name,
61
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Name = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
80
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>),
82
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Time,
83
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Time = value!,
90
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>).GetProperty("Time", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
102
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>),
104
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).InstrumentationKey,
105
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).InstrumentationKey = value!,
112
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>).GetProperty("InstrumentationKey", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
124
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>),
126
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Tags,
127
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Tags = value!,
134
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>).GetProperty("Tags", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, string>), global::System.Array.Empty<global::System.Type>(), null),
146
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>),
148
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Data,
149
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Data = value!,
156
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>).GetProperty("Data", InstanceMemberBindingFlags, null, typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryData<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>), global::System.Array.Empty<global::System.Type>(), null),
168
private void DependencyEnvelopeSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>? value)
178
writer.WriteString(PropName_name, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)value).Name);
179
writer.WriteString(PropName_time, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)value).Time);
180
writer.WriteString(PropName_iKey, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)value).InstrumentationKey);
182
DictionaryStringStringSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)value).Tags);
184
TelemetryDataRemoteDependencyDataSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)value).Data);
_generated\13\TelemetryJsonContext.RequestEnvelope.g.cs (36)
13
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>>? _RequestEnvelope;
19
public global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>> RequestEnvelope
22
get => _RequestEnvelope ??= (global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>>)Options.GetTypeInfo(typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>));
25
private global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>> Create_RequestEnvelope(global::System.Text.Json.JsonSerializerOptions options)
27
if (!TryGetTypeInfoForRuntimeCustomConverter<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>>(options, out global::System.Text.Json.Serialization.Metadata.JsonTypeInfo<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>> jsonTypeInfo))
29
var objectInfo = new global::System.Text.Json.Serialization.Metadata.JsonObjectInfoValues<global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>>
35
ConstructorAttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>).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.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>>(options, objectInfo);
58
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>),
60
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Name,
61
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Name = value!,
68
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>).GetProperty("Name", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
80
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>),
82
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Time,
83
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Time = value!,
90
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>).GetProperty("Time", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
102
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>),
104
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).InstrumentationKey,
105
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).InstrumentationKey = value!,
112
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>).GetProperty("InstrumentationKey", InstanceMemberBindingFlags, null, typeof(string), global::System.Array.Empty<global::System.Type>(), null),
124
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>),
126
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Tags,
127
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Tags = value!,
134
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>).GetProperty("Tags", InstanceMemberBindingFlags, null, typeof(global::System.Collections.Generic.Dictionary<string, string>), global::System.Array.Empty<global::System.Type>(), null),
146
DeclaringType = typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>),
148
Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Data,
149
Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Data = value!,
156
AttributeProviderFactory = static () => typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>).GetProperty("Data", InstanceMemberBindingFlags, null, typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryData<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>), global::System.Array.Empty<global::System.Type>(), null),
168
private void RequestEnvelopeSerializeHandler(global::System.Text.Json.Utf8JsonWriter writer, global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>? value)
178
writer.WriteString(PropName_name, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)value).Name);
179
writer.WriteString(PropName_time, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)value).Time);
180
writer.WriteString(PropName_iKey, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)value).InstrumentationKey);
182
DictionaryStringStringSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)value).Tags);
184
TelemetryDataRequestDataSerializeHandler(writer, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)value).Data);
_generated\22\TelemetryJsonContext.GetJsonTypeInfo.g.cs (4)
62
if (type == typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>))
66
if (type == typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>))
70
if (type == typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>))
74
if (type == typeof(global::Microsoft.DotNet.Cli.Telemetry.Implementation.
TelemetryEnvelope
<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>))
Implementation\AzureMonitorLogSerializer.cs (2)
131
var
envelope = new TelemetryEnvelope<ExceptionData>
147
var
envelope = new TelemetryEnvelope<MessageData>
Implementation\AzureMonitorTelemetrySerializer.cs (4)
65
var
envelope = new TelemetryEnvelope<RequestData>
88
{
var
envelope = new TelemetryEnvelope<RemoteDependencyData>
129
var
envelope = new TelemetryEnvelope<ExceptionData>
145
var
envelope = new TelemetryEnvelope<MessageData>
Implementation\BreezeEnvelope.cs (4)
207
[JsonSerializable(typeof(
TelemetryEnvelope
<RequestData>), TypeInfoPropertyName = "RequestEnvelope")]
208
[JsonSerializable(typeof(
TelemetryEnvelope
<RemoteDependencyData>), TypeInfoPropertyName = "DependencyEnvelope")]
209
[JsonSerializable(typeof(
TelemetryEnvelope
<MessageData>), TypeInfoPropertyName = "MessageEnvelope")]
210
[JsonSerializable(typeof(
TelemetryEnvelope
<ExceptionData>), TypeInfoPropertyName = "ExceptionEnvelope")]
Implementation\BreezeWriter.cs (2)
26
public static void WriteEnvelope<TData>(Stream stream,
TelemetryEnvelope
<TData> envelope, JsonTypeInfo<
TelemetryEnvelope
<TData>> typeInfo)