36 references to IsDynamic
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (1)
Semantics\ExtensionTests.cs (1)
32090
Assert.True(dynamicType.
IsDynamic
());
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\OperatorTests.cs (4)
8644
Assert.True(((ITypeSymbol)symbol1.ContainingSymbol).
IsDynamic
());
8655
Assert.True(((ITypeSymbol)symbol2.ContainingSymbol).
IsDynamic
());
8694
Assert.True(((ITypeSymbol)symbol1.ContainingSymbol).
IsDynamic
());
8705
Assert.True(((ITypeSymbol)symbol2.ContainingSymbol).
IsDynamic
());
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (31)
Compilation\SemanticModelGetSemanticInfoTests_LateBound.cs (31)
140
Assert.True(semanticInfo.Type.
IsDynamic
());
141
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
166
Assert.True(semanticInfo.Type.
IsDynamic
());
167
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
201
Assert.True(semanticInfo.Type.
IsDynamic
());
202
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
228
Assert.True(semanticInfo.Type.
IsDynamic
());
268
Assert.True(semanticInfo.Type.
IsDynamic
());
347
Assert.True(semanticInfo.Type.
IsDynamic
());
514
Assert.True(semanticInfo.Type.
IsDynamic
());
515
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
551
Assert.True(semanticInfo.Type.
IsDynamic
());
552
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
586
Assert.True(semanticInfo.Type.
IsDynamic
());
587
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
614
Assert.True(semanticInfo.Type.
IsDynamic
());
615
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
651
Assert.True(semanticInfo.Type.
IsDynamic
());
652
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
678
Assert.True(semanticInfo.Type.
IsDynamic
());
679
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
706
Assert.True(semanticInfo.Type.
IsDynamic
());
707
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
741
Assert.True(semanticInfo.Type.
IsDynamic
());
742
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
770
Assert.True(semanticInfo.Type.
IsDynamic
());
771
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
797
Assert.True(semanticInfo.Type.
IsDynamic
());
798
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());
825
Assert.True(semanticInfo.Type.
IsDynamic
());
826
Assert.True(semanticInfo.ConvertedType.
IsDynamic
());