3 instantiations of DynamicTypeSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\DynamicTypeSymbol.cs (2)
242
return new PublicModel.
DynamicTypeSymbol
(this, DefaultNullableAnnotation);
248
return new PublicModel.
DynamicTypeSymbol
(this, nullableAnnotation);
Symbols\PublicModel\DynamicTypeSymbol.cs (1)
25
return new
DynamicTypeSymbol
(_underlying, nullableAnnotation);
1 reference to DynamicTypeSymbol
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\RecordStructTests.cs (1)
600
Assert.IsType<DynamicTypeSymbol>(((Symbols.PublicModel.
DynamicTypeSymbol
)type).UnderlyingTypeSymbol);