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