15 references to Error
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder_Expressions.cs (1)
1326Error(diagnostics, ErrorCode.ERR_ArgsInvalid, node);
Binder\Binder_Operators.cs (8)
1975Error(diagnostics, ErrorCode.ERR_IntDivByZero, syntax); 2014Error(diagnostics, ErrorCode.ERR_DecConstError, syntax); 2050Error(diagnostics, ErrorCode.ERR_CheckedOverflow, syntax); 2883Error(diagnostics, ErrorCode.ERR_PtrExpected, node); 2897Error(diagnostics, ErrorCode.ERR_VoidError, node); 3297Error(diagnostics, ErrorCode.ERR_CheckedOverflow, syntax); 3560Error(diagnostics, ErrorCode.ERR_LambdaInIsAs, node); 3602Error(diagnostics, ErrorCode.ERR_PointerInAsOrIs, node);
Binder\Binder_Statements.cs (6)
809Error(diagnostics, ErrorCode.ERR_ImplicitlyTypedVariableCannotBeConst, declarationNode); 833Error(diagnostics, ErrorCode.ERR_ImplicitlyTypedVariableMultipleDeclarator, declarationNode); 879Error(diagnostics, ErrorCode.ERR_ImplicitlyTypedVariableWithNoInitializer, errorSyntax); 924Error(diagnostics, ErrorCode.ERR_InitializeByValueVariableWithReference, node); 936Error(diagnostics, ErrorCode.ERR_ByReferenceVariableMustBeInitialized, node); 941Error(diagnostics, ErrorCode.ERR_InitializeByReferenceVariableWithValue, node);