1 write to ReturnValue
Microsoft.Private.Windows.Core (1)
System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.g.cs (1)
21public MaybeNullWhenAttribute(bool returnValue) => ReturnValue = returnValue;
1 reference to ReturnValue
Microsoft.Private.Windows.Core (1)
System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.g.cs (1)
11/// Specifies that when a method returns <see cref="ReturnValue"/>, the parameter may be null even if the corresponding type disallows it.