1 write to ReturnValue
Microsoft.AspNetCore.InternalTesting (1)
src\Shared\Nullable\NullableAttributes.cs (1)
63
public MaybeNullWhenAttribute(bool returnValue) =>
ReturnValue
= returnValue;
1 reference to ReturnValue
Microsoft.AspNetCore.InternalTesting (1)
src\Shared\Nullable\NullableAttributes.cs (1)
50
/// <summary>Specifies that when a method returns <see cref="
ReturnValue
"/>, the parameter may be null even if the corresponding type disallows it.</summary>