41 references to Error
Microsoft.CSharp (41)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (2)
152throw Error.DynamicArgumentNeedsValue(paramName); 268throw Error.BindToVoidMethodButExpectResult();
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (8)
207throw Error.InternalCompilerError(); 272throw Error.InternalCompilerError(); 409throw Error.InternalCompilerError(); 554throw Error.InternalCompilerError(); 631throw Error.InternalCompilerError(); 656throw Error.InternalCompilerError(); 686throw Error.InternalCompilerError(); 882throw Error.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (11)
276throw Error.BindStaticRequiresType(arguments[0].Info.Name); 702throw Error.NullReferenceOnMemberException(); 729throw Error.BindInvokeFailedNonDelegate(); 751throw Error.InternalCompilerError(); 834throw Error.BindCallToConditionalMethod(method.name); 1015throw Error.InternalCompilerError(); 1116throw Error.NullReferenceOnMemberException(); 1155throw Error.BindPropertyFailedMethodGroup(name); 1173throw Error.BindPropertyFailedEvent(name); 1177throw Error.InternalCompilerError(); 1301throw Error.NullReferenceOnMemberException();
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
1147throw Error.InternalCompilerError(); 2175throw Error.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\SemanticChecker.cs (1)
130throw Error.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymFactory.cs (1)
60throw Error.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\EXPR.cs (1)
48throw Error.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (2)
92throw Error.InternalCompilerError(); 144throw Error.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
73throw Error.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (6)
23throw Error.InternalCompilerError(); 401_ => throw Error.InternalCompilerError(), 489throw Error.InternalCompilerError(); 538throw Error.InternalCompilerError(); 616throw Error.InternalCompilerError(); 646_ => throw Error.InternalCompilerError(),
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExprVisitorBase.cs (1)
88_ => throw Error.InternalCompilerError(),
Microsoft\CSharp\RuntimeBinder\Semantics\Types\Type.cs (3)
23get => throw Error.InternalCompilerError(); 106public virtual AggregateType UnderlyingEnumType => throw Error.InternalCompilerError(); 117public virtual PredefinedType PredefinedType => throw Error.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Syntax\NameManager.cs (1)
153throw Error.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Syntax\TokenFacts.cs (1)
66_ => throw Error.InternalCompilerError(),