5 references to ReportDiagnostic
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
2710ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInAssignment, syntaxNode, sourceType, destinationType); 4763ReportDiagnostic(ErrorCode.WRN_NullReferenceInitializer, initializer.Syntax, symbol); 12152ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInArgument, 13584ReportDiagnostic(isValueType ? ErrorCode.WRN_NullableValueTypeMayBeNull : ErrorCode.WRN_NullReferenceReceiver, syntax); 13738ReportDiagnostic(ErrorCode.WRN_ThrowPossibleNull, expr.Syntax);