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