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