1 write to _defaultPolicyName
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsOptions.cs (1)
26_defaultPolicyName = value ?? throw new ArgumentNullException(nameof(value));
1 reference to _defaultPolicyName
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsOptions.cs (1)
23get => _defaultPolicyName;