2 implementations of CreatePointerTypeSymbol
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Extensions\ITypeSymbolExtensions.CompilationTypeGenerator.cs (1)
21
public ITypeSymbol
CreatePointerTypeSymbol
(ITypeSymbol pointedAtType)
TypeGenerator.cs (1)
18
public ITypeSymbol
CreatePointerTypeSymbol
(ITypeSymbol pointedAtType)
1 reference to CreatePointerTypeSymbol
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Extensions\ITypeSymbolExtensions.SubstituteTypesVisitor.cs (1)
126
return _typeGenerator.
CreatePointerTypeSymbol
(pointedAtType);