5 references to ReportDiagnostic
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
2630ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInAssignment, syntaxNode, sourceType, destinationType); 4736ReportDiagnostic(ErrorCode.WRN_NullReferenceInitializer, initializer.Syntax, symbol); 12000ReportDiagnostic(ErrorCode.WRN_NullabilityMismatchInArgument, 13383ReportDiagnostic(isValueType ? ErrorCode.WRN_NullableValueTypeMayBeNull : ErrorCode.WRN_NullReferenceReceiver, syntax); 13537ReportDiagnostic(ErrorCode.WRN_ThrowPossibleNull, expr.Syntax);