1 write to _commonProperties
dotnet (1)
Telemetry\Telemetry.cs (1)
157
_commonProperties
= new TelemetryCommonProperties().GetTelemetryCommonProperties(CurrentSessionId);
4 references to _commonProperties
dotnet (4)
Telemetry\Telemetry.cs (4)
241
return (properties,
_commonProperties
) switch
244
(null, not null) =>
_commonProperties
== FrozenDictionary<string, string>.Empty ? null : new Dictionary<string, string>(
_commonProperties
),
246
(not null, not null) => Combine(
_commonProperties
, properties),