1 write to _usernameClaimTypes
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
294
_usernameClaimTypes
= UsernameClaimType.Split(",", StringSplitOptions.RemoveEmptyEntries | StringSplitOptions.TrimEntries);
2 references to _usernameClaimTypes
Aspire.Dashboard (2)
Configuration\DashboardOptions.cs (2)
269
Debug.Assert(
_usernameClaimTypes
is not null, "Should have been parsed during validation.");
270
return
_usernameClaimTypes
;