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