6 references to DynamicType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
9635AssemblySymbol.DynamicType,
Compilation\CSharpCompilation.cs (1)
1838return AssemblySymbol.DynamicType;
Lowering\LocalRewriter\LoweredDynamicOperationFactory.cs (4)
220resultType = AssemblySymbol.DynamicType; 271var resultType = AssemblySymbol.DynamicType; 313resultType = AssemblySymbol.DynamicType; 432return MakeDynamicOperation(binderConstruction, loweredReceiver, RefKind.None, loweredArguments, default(ImmutableArray<RefKind>), loweredRight, AssemblySymbol.DynamicType);