15 references to Error
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder_Expressions.cs (1)
1358Error(diagnostics, ErrorCode.ERR_ArgsInvalid, node);
Binder\Binder_Operators.cs (8)
2796Error(diagnostics, ErrorCode.ERR_IntDivByZero, syntax); 2835Error(diagnostics, ErrorCode.ERR_DecConstError, syntax); 2871Error(diagnostics, ErrorCode.ERR_CheckedOverflow, syntax); 4086Error(diagnostics, ErrorCode.ERR_PtrExpected, node); 4100Error(diagnostics, ErrorCode.ERR_VoidError, node); 4505Error(diagnostics, ErrorCode.ERR_CheckedOverflow, syntax); 4768Error(diagnostics, ErrorCode.ERR_LambdaInIsAs, node); 4810Error(diagnostics, ErrorCode.ERR_PointerInAsOrIs, node);
Binder\Binder_Statements.cs (6)
814Error(diagnostics, ErrorCode.ERR_ImplicitlyTypedVariableCannotBeConst, declarationNode); 838Error(diagnostics, ErrorCode.ERR_ImplicitlyTypedVariableMultipleDeclarator, declarationNode); 884Error(diagnostics, ErrorCode.ERR_ImplicitlyTypedVariableWithNoInitializer, errorSyntax); 929Error(diagnostics, ErrorCode.ERR_InitializeByValueVariableWithReference, node); 941Error(diagnostics, ErrorCode.ERR_ByReferenceVariableMustBeInitialized, node); 946Error(diagnostics, ErrorCode.ERR_InitializeByReferenceVariableWithValue, node);