3 instantiations of PointerTypeSymbol
Microsoft.CodeAnalysis.CSharp (3)
Symbols\PointerTypeSymbol.cs (2)
304return new PublicModel.PointerTypeSymbol(this, DefaultNullableAnnotation); 310return new PublicModel.PointerTypeSymbol(this, nullableAnnotation);
Symbols\PublicModel\PointerTypeSymbol.cs (1)
27return new PointerTypeSymbol(_underlying, nullableAnnotation);
1 reference to PointerTypeSymbol
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\RecordStructTests.cs (1)
578Assert.IsType<PointerTypeSymbol>(((Symbols.PublicModel.PointerTypeSymbol)type).UnderlyingTypeSymbol);