2 references to WithAppliedToPropertiesValue
dotnet (1)
Telemetry\TelemetryFilter.cs (1)
110entries.Select(entry => entry.EventName == ExceptionEventName ? entry : entry.WithAppliedToPropertiesValue(_hash));
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Telemetry\TelemetryFilter.cs (1)
110entries.Select(entry => entry.EventName == ExceptionEventName ? entry : entry.WithAppliedToPropertiesValue(_hash));