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