8 references to ShouldCheckConstraints
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Symbols.cs (6)
538
if (typeArgument.HasType && !
ShouldCheckConstraints
)
560
if (!
ShouldCheckConstraints
)
656
if (
ShouldCheckConstraints
)
753
this.
ShouldCheckConstraints
,
754
includeNullability: this.
ShouldCheckConstraints
&& includeNullability,
1642
if (
ShouldCheckConstraints
&& ConstraintsHelper.RequiresChecking(type))
Binder\Binder_Unsafe.cs (2)
48
if (
ShouldCheckConstraints
)
126
AssertNotUnsafeMemberAccess(symbol,
ShouldCheckConstraints
);