10 writes to Name
Microsoft.DotNet.Cli.Telemetry (10)
_generated\10\TelemetryJsonContext.ExceptionEnvelope.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Name = value!,
_generated\11\TelemetryJsonContext.MessageEnvelope.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Name = value!,
_generated\12\TelemetryJsonContext.DependencyEnvelope.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Name = value!,
_generated\13\TelemetryJsonContext.RequestEnvelope.g.cs (1)
61Setter = static (obj, value) => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Name = value!,
Implementation\AzureMonitorLogSerializer.cs (2)
133Name = BreezeSchema.ExceptionEnvelopeName, 149Name = BreezeSchema.MessageEnvelopeName,
Implementation\AzureMonitorTelemetrySerializer.cs (4)
67Name = BreezeSchema.RequestEnvelopeName, 90Name = BreezeSchema.DependencyEnvelopeName, 131Name = BreezeSchema.ExceptionEnvelopeName, 147Name = BreezeSchema.MessageEnvelopeName,
8 references to Name
Microsoft.DotNet.Cli.Telemetry (8)
_generated\10\TelemetryJsonContext.ExceptionEnvelope.g.cs (2)
60Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)obj).Name, 178writer.WriteString(PropName_name, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.ExceptionData>)value).Name);
_generated\11\TelemetryJsonContext.MessageEnvelope.g.cs (2)
60Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)obj).Name, 178writer.WriteString(PropName_name, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.MessageData>)value).Name);
_generated\12\TelemetryJsonContext.DependencyEnvelope.g.cs (2)
60Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)obj).Name, 178writer.WriteString(PropName_name, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RemoteDependencyData>)value).Name);
_generated\13\TelemetryJsonContext.RequestEnvelope.g.cs (2)
60Getter = static obj => ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)obj).Name, 178writer.WriteString(PropName_name, ((global::Microsoft.DotNet.Cli.Telemetry.Implementation.TelemetryEnvelope<global::Microsoft.DotNet.Cli.Telemetry.Implementation.RequestData>)value).Name);