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