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