1 write to _authContext
Aspire.Hosting.Tests (1)
Utils\Grpc\TestServerCallContext.cs (1)
24_authContext = new AuthContext(string.Empty, new Dictionary<string, List<AuthProperty>>());
1 reference to _authContext
Aspire.Hosting.Tests (1)
Utils\Grpc\TestServerCallContext.cs (1)
37protected override AuthContext AuthContextCore => _authContext;