1 implementation of CreatePointerTypeSymbol
Microsoft.CodeAnalysis.Extensions.Package (1)
Symbols\ITypeSymbolExtensions.CompilationTypeGenerator.cs (1)
16public ITypeSymbol CreatePointerTypeSymbol(ITypeSymbol pointedAtType)
1 reference to CreatePointerTypeSymbol
Microsoft.CodeAnalysis.Extensions.Package (1)
Symbols\ITypeSymbolExtensions.SubstituteTypesVisitor.cs (1)
127return _typeGenerator.CreatePointerTypeSymbol(pointedAtType);