1 write to ReturnValue
ILLink.RoslynAnalyzer (1)
NullableAttributes.cs (1)
48
public NotNullWhenAttribute (bool returnValue) =>
ReturnValue
= returnValue;
1 reference to ReturnValue
ILLink.RoslynAnalyzer (1)
NullableAttributes.cs (1)
40
/// <summary>Specifies that when a method returns <see cref="
ReturnValue
"/>, the parameter will not be null even if the corresponding type allows it.</summary>