16 references to Error
Microsoft.CodeAnalysis.CSharp (16)
Binder\Binder_Expressions.cs (1)
1319Error(diagnostics, ErrorCode.ERR_ArgsInvalid, node);
Binder\Binder_Operators.cs (9)
1825Error(diagnostics, ErrorCode.ERR_IntDivByZero, syntax); 1864Error(diagnostics, ErrorCode.ERR_DecConstError, syntax); 1900Error(diagnostics, ErrorCode.ERR_CheckedOverflow, syntax); 2353Error(diagnostics, ErrorCode.ERR_VoidError, node); 2488Error(diagnostics, ErrorCode.ERR_PtrExpected, node); 2502Error(diagnostics, ErrorCode.ERR_VoidError, node); 2902Error(diagnostics, ErrorCode.ERR_CheckedOverflow, syntax); 3165Error(diagnostics, ErrorCode.ERR_LambdaInIsAs, node); 3207Error(diagnostics, ErrorCode.ERR_PointerInAsOrIs, node);
Binder\Binder_Statements.cs (6)
807Error(diagnostics, ErrorCode.ERR_ImplicitlyTypedVariableCannotBeConst, declarationNode); 831Error(diagnostics, ErrorCode.ERR_ImplicitlyTypedVariableMultipleDeclarator, declarationNode); 877Error(diagnostics, ErrorCode.ERR_ImplicitlyTypedVariableWithNoInitializer, errorSyntax); 922Error(diagnostics, ErrorCode.ERR_InitializeByValueVariableWithReference, node); 934Error(diagnostics, ErrorCode.ERR_ByReferenceVariableMustBeInitialized, node); 939Error(diagnostics, ErrorCode.ERR_InitializeByReferenceVariableWithValue, node);