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