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