1 instantiation of TelemetryJsonContext
Microsoft.DotNet.Cli.Telemetry (1)
_generated\21\TelemetryJsonContext.g.cs (1)
24public static global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryJsonContext Default { get; } = new global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
9 references to TelemetryJsonContext
Microsoft.DotNet.Cli.Telemetry (9)
_generated\21\TelemetryJsonContext.g.cs (1)
24public static global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryJsonContext Default { get; } = new global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryJsonContext(new global::System.Text.Json.JsonSerializerOptions(s_defaultOptions));
Implementation\AzureMonitorLogSerializer.cs (2)
143BreezeWriter.WriteEnvelope(stream, envelope, TelemetryJsonContext.Default.ExceptionEnvelope); 164BreezeWriter.WriteEnvelope(stream, envelope, TelemetryJsonContext.Default.MessageEnvelope);
Implementation\AzureMonitorTelemetrySerializer.cs (5)
26/// The envelope is projected onto the source-generated <see cref="TelemetryJsonContext"/> 86BreezeWriter.WriteEnvelope(stream, envelope, TelemetryJsonContext.Default.RequestEnvelope); } 109BreezeWriter.WriteEnvelope(stream, envelope, TelemetryJsonContext.Default.DependencyEnvelope); 141BreezeWriter.WriteEnvelope(stream, envelope, TelemetryJsonContext.Default.ExceptionEnvelope); 161BreezeWriter.WriteEnvelope(stream, envelope, TelemetryJsonContext.Default.MessageEnvelope);
Implementation\BreezePartialContent.cs (1)
30return JsonSerializer.Deserialize(responseBody, TelemetryJsonContext.Default.TrackResponse);