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