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