Implemented interface member:
3 references to Dispose
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthTokenResponse.cs (1)
57Response?.Dispose();
System.Text.Json (2)
System\Text\Json\Nodes\JsonValue.cs (2)
122thisDocument?.Dispose(); 123otherDocument?.Dispose();