1 write to ReturnValue
System.Text.Json.SourceGeneration (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\NullableAttributes.cs (1)
56public MaybeNullWhenAttribute(bool returnValue) => ReturnValue = returnValue;
1 reference to ReturnValue
System.Text.Json.SourceGeneration (1)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\CodeAnalysis\NullableAttributes.cs (1)
43/// <summary>Specifies that when a method returns <see cref="ReturnValue"/>, the parameter may be null even if the corresponding type disallows it.</summary>