1 write to ReturnValue
System.Drawing.Common (1)
Special\NullableAttributes.cs (1)
60
public MaybeNullWhenAttribute(bool returnValue) =>
ReturnValue
= returnValue;
1 reference to ReturnValue
System.Drawing.Common (1)
Special\NullableAttributes.cs (1)
47
/// <summary>Specifies that when a method returns <see cref="
ReturnValue
"/>, the parameter may be null even if the corresponding type disallows it.</summary>