5 references to ReportDiagnostic
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
2568ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInAssignment, syntaxNode, sourceType, destinationType); 4294ReportDiagnostic(ErrorCode.WRN_NullReferenceInitializer, initializer.Syntax, symbol); 10672ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInArgument, 11888ReportDiagnostic(isValueType ? ErrorCode.WRN_NullableValueTypeMayBeNull : ErrorCode.WRN_NullReferenceReceiver, syntax); 12042ReportDiagnostic(ErrorCode.WRN_ThrowPossibleNull, expr.Syntax);