1 write to ReturnValue
Microsoft.Extensions.Caching.Hybrid (1)
src\LegacySupport\DiagnosticAttributes\NullableAttributes.cs (1)
60public MaybeNullWhenAttribute(bool returnValue) => ReturnValue = returnValue;
1 reference to ReturnValue
Microsoft.Extensions.Caching.Hybrid (1)
src\LegacySupport\DiagnosticAttributes\NullableAttributes.cs (1)
51/// <summary>Specifies that when a method returns <see cref="ReturnValue"/>, the parameter may be null even if the corresponding type disallows it.</summary>