15 references to Error
Microsoft.CodeAnalysis.CSharp (15)
Binder\Binder_Expressions.cs (1)
1358Error(diagnostics, ErrorCode.ERR_ArgsInvalid, node);
Binder\Binder_Operators.cs (8)
2805Error(diagnostics, ErrorCode.ERR_IntDivByZero, syntax); 2844Error(diagnostics, ErrorCode.ERR_DecConstError, syntax); 2880Error(diagnostics, ErrorCode.ERR_CheckedOverflow, syntax); 4087Error(diagnostics, ErrorCode.ERR_PtrExpected, node); 4101Error(diagnostics, ErrorCode.ERR_VoidError, node); 4506Error(diagnostics, ErrorCode.ERR_CheckedOverflow, syntax); 4769Error(diagnostics, ErrorCode.ERR_LambdaInIsAs, node); 4811Error(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);