41 references to Error
Microsoft.CSharp (41)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (2)
153
throw
Error
.DynamicArgumentNeedsValue(paramName);
269
throw
Error
.BindToVoidMethodButExpectResult();
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (8)
208
throw
Error
.InternalCompilerError();
273
throw
Error
.InternalCompilerError();
410
throw
Error
.InternalCompilerError();
555
throw
Error
.InternalCompilerError();
632
throw
Error
.InternalCompilerError();
657
throw
Error
.InternalCompilerError();
687
throw
Error
.InternalCompilerError();
883
throw
Error
.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (11)
284
throw
Error
.BindStaticRequiresType(arguments[0].Info.Name);
723
throw
Error
.NullReferenceOnMemberException();
751
throw
Error
.BindInvokeFailedNonDelegate();
773
throw
Error
.InternalCompilerError();
856
throw
Error
.BindCallToConditionalMethod(method.name);
1040
throw
Error
.InternalCompilerError();
1142
throw
Error
.NullReferenceOnMemberException();
1181
throw
Error
.BindPropertyFailedMethodGroup(name);
1199
throw
Error
.BindPropertyFailedEvent(name);
1203
throw
Error
.InternalCompilerError();
1331
throw
Error
.NullReferenceOnMemberException();
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
1171
throw
Error
.InternalCompilerError();
2226
throw
Error
.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\SemanticChecker.cs (1)
134
throw
Error
.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\Symbols\SymFactory.cs (1)
62
throw
Error
.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\EXPR.cs (1)
48
throw
Error
.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (2)
93
throw
Error
.InternalCompilerError();
145
throw
Error
.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
74
throw
Error
.InternalCompilerError();
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Visitors\ExpressionTreeRewriter.cs (6)
24
throw
Error
.InternalCompilerError();
402
_ => throw
Error
.InternalCompilerError(),
490
throw
Error
.InternalCompilerError();
539
throw
Error
.InternalCompilerError();
617
throw
Error
.InternalCompilerError();
647
_ => 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(),