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