2 instantiations of CodeGenerationPointerTypeSymbol
Microsoft.CodeAnalysis.Workspaces (2)
CodeGenerationPointerTypeSymbol.cs (1)
22
return new
CodeGenerationPointerTypeSymbol
(this.PointedAtType);
CodeGenerationSymbolFactory.cs (1)
350
=> new
CodeGenerationPointerTypeSymbol
(pointedAtType);