6 references to WRN_NullabilityMismatchInAssignment
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (3)
33nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInAssignment)); 447case ErrorCode.WRN_NullabilityMismatchInAssignment: 1951or ErrorCode.WRN_NullabilityMismatchInAssignment
FlowAnalysis\NullableWalker.cs (2)
2507ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInAssignment, syntaxNode, sourceType, destinationType); 2512ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInAssignment, location, sourceType, destinationType);
Generated\ErrorFacts.Generated.cs (1)
212case ErrorCode.WRN_NullabilityMismatchInAssignment: