10 writes to Time
Microsoft.DotNet.Cli.Telemetry (10)
_generated\10\TelemetryJsonContext.ExceptionEnvelope.g.cs (1)
83Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Time = value!,
_generated\11\TelemetryJsonContext.MessageEnvelope.g.cs (1)
83Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Time = value!,
_generated\12\TelemetryJsonContext.DependencyEnvelope.g.cs (1)
83Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Time = value!,
_generated\13\TelemetryJsonContext.RequestEnvelope.g.cs (1)
83Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Time = value!,
Implementation\AzureMonitorLogSerializer.cs (2)
134Time = time, 150Time = time,
Implementation\AzureMonitorTelemetrySerializer.cs (4)
68Time = BreezeWriter.FormatTime(activity.StartTimeUtc), 91Time = BreezeWriter.FormatTime(activity.StartTimeUtc), 132Time = time, 148Time = time,
8 references to Time
Microsoft.DotNet.Cli.Telemetry (8)
_generated\10\TelemetryJsonContext.ExceptionEnvelope.g.cs (2)
82Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Time, 179writer.WriteString(PropName_time, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)value).Time);
_generated\11\TelemetryJsonContext.MessageEnvelope.g.cs (2)
82Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Time, 179writer.WriteString(PropName_time, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)value).Time);
_generated\12\TelemetryJsonContext.DependencyEnvelope.g.cs (2)
82Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Time, 179writer.WriteString(PropName_time, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)value).Time);
_generated\13\TelemetryJsonContext.RequestEnvelope.g.cs (2)
82Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Time, 179writer.WriteString(PropName_time, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)value).Time);