10 writes to InstrumentationKey
Microsoft.DotNet.Cli.Telemetry (10)
_generated\10\TelemetryJsonContext.ExceptionEnvelope.g.cs (1)
105Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).InstrumentationKey = value!,
_generated\11\TelemetryJsonContext.MessageEnvelope.g.cs (1)
105Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).InstrumentationKey = value!,
_generated\12\TelemetryJsonContext.DependencyEnvelope.g.cs (1)
105Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).InstrumentationKey = value!,
_generated\13\TelemetryJsonContext.RequestEnvelope.g.cs (1)
105Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).InstrumentationKey = value!,
Implementation\AzureMonitorLogSerializer.cs (2)
135InstrumentationKey = instrumentationKey, 151InstrumentationKey = instrumentationKey,
Implementation\AzureMonitorTelemetrySerializer.cs (4)
69InstrumentationKey = instrumentationKey, 92InstrumentationKey = instrumentationKey, 133InstrumentationKey = instrumentationKey, 149InstrumentationKey = instrumentationKey,
8 references to InstrumentationKey
Microsoft.DotNet.Cli.Telemetry (8)
_generated\10\TelemetryJsonContext.ExceptionEnvelope.g.cs (2)
104Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).InstrumentationKey, 180writer.WriteString(PropName_iKey, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)value).InstrumentationKey);
_generated\11\TelemetryJsonContext.MessageEnvelope.g.cs (2)
104Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).InstrumentationKey, 180writer.WriteString(PropName_iKey, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)value).InstrumentationKey);
_generated\12\TelemetryJsonContext.DependencyEnvelope.g.cs (2)
104Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).InstrumentationKey, 180writer.WriteString(PropName_iKey, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)value).InstrumentationKey);
_generated\13\TelemetryJsonContext.RequestEnvelope.g.cs (2)
104Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).InstrumentationKey, 180writer.WriteString(PropName_iKey, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)value).InstrumentationKey);