3 references to CorrelationProperty
Microsoft.AspNetCore.Authentication (3)
RemoteAuthenticationHandler.cs (3)
236
properties.Items[
CorrelationProperty
] = correlationId;
252
if (!properties.Items.TryGetValue(
CorrelationProperty
, out var correlationId))
258
properties.Items.Remove(
CorrelationProperty
);