6 references to DynamicType
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
10129AssemblySymbol.DynamicType,
Compilation\CSharpCompilation.cs (1)
1836return AssemblySymbol.DynamicType;
Lowering\LocalRewriter\LoweredDynamicOperationFactory.cs (4)
221resultType = AssemblySymbol.DynamicType; 272var resultType = AssemblySymbol.DynamicType; 314resultType = AssemblySymbol.DynamicType; 433return MakeDynamicOperation(binderConstruction, loweredReceiver, RefKind.None, loweredArguments, default(ImmutableArray<RefKind>), loweredRight, AssemblySymbol.DynamicType);