6 references to WRN_NullabilityMismatchInAssignment
Microsoft.CodeAnalysis.CSharp (6)
Errors\ErrorFacts.cs (3)
32nullableWarnings.Add(GetId(ErrorCode.WRN_NullabilityMismatchInAssignment)); 440case ErrorCode.WRN_NullabilityMismatchInAssignment: 1942or ErrorCode.WRN_NullabilityMismatchInAssignment
FlowAnalysis\NullableWalker.cs (2)
2470ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInAssignment, syntaxNode, sourceType, destinationType); 2475ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInAssignment, location, sourceType, destinationType);
Generated\ErrorFacts.Generated.cs (1)
212case ErrorCode.WRN_NullabilityMismatchInAssignment: