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)
37
protected override AuthContext AuthContextCore =>
_authContext
;