1 write to _useConstructorExitWarnings
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
471
_useConstructorExitWarnings
= useConstructorExitWarnings;
2 references to _useConstructorExitWarnings
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
601
if ((_symbol as MethodSymbol)?.IsConstructor() != true ||
_useConstructorExitWarnings
)
634
Debug.Assert(
_useConstructorExitWarnings
);