public ITypeSymbol CreatePointerTypeSymbol(ITypeSymbol pointedAtType) { return(CodeGenerationSymbolFactory.CreatePointerTypeSymbol(pointedAtType)); }
public ITypeSymbol CreateArrayTypeSymbol(ITypeSymbol elementType) { return(CodeGenerationSymbolFactory.CreateArrayTypeSymbol(elementType)); }