3 references to IsDisallowedNullAssignment
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
2420
/// This should often be checked together with <seealso cref="
IsDisallowedNullAssignment
(TypeWithState, FlowAnalysisAnnotations)"/>
2614
if (
IsDisallowedNullAssignment
(valueState, destinationAnnotations))
8316
if (
IsDisallowedNullAssignment
(state, annotations))