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