9 references to DynamicType
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder_Await.cs (1)
40TypeSymbol awaitExpressionType = info.GetResult?.ReturnType ?? (hasErrors ? CreateErrorType() : Compilation.DynamicType);
Binder\Binder_Expressions.cs (1)
7608type: Compilation.DynamicType,
Binder\Binder_Invocation.cs (1)
491type: Compilation.DynamicType,
Binder\Binder_Operators.cs (2)
77Compilation.DynamicType), 419type: Compilation.DynamicType,
Binder\Binder_Patterns.cs (1)
1261declType != (object)Compilation.DynamicType &&
Binder\Binder_Symbols.cs (1)
889bindingResult = Compilation.DynamicType;
Binder\Binder_TupleOperators.cs (1)
194TypeSymbol dynamicType = hasError ? CreateErrorType() : Compilation.DynamicType;
Compilation\CSharpCompilation.cs (1)
4551get { return DynamicType.GetPublicSymbol(); }