Share via


NullableContextExtensions.WarningsInherited(NullableContext) Method

Definition

Returns whether the nullable warning state was inherited from the project default for this file type.

public static bool WarningsInherited (this Microsoft.CodeAnalysis.NullableContext context);
static member WarningsInherited : Microsoft.CodeAnalysis.NullableContext -> bool
<Extension()>
Public Function WarningsInherited (context As NullableContext) As Boolean

Parameters

context
NullableContext

Returns

Applies to