1 write to ReturnValue
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\NullableAttributes.cs (1)
75
public NotNullWhenAttribute(bool returnValue) =>
ReturnValue
= returnValue;
1 reference to ReturnValue
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\NullableAttributes.cs (1)
62
/// <summary>Specifies that when a method returns <see cref="
ReturnValue
"/>, the parameter will not be null even if the corresponding type allows it.</summary>