Skip to content

[refactor] query compilation with built-in types  #14

Description

@khemichew

We can obtain the symbol for special types using the following method:

INamedTypeSymbol stringType = compilation.GetSpecialType(SpecialType.System_String);

which maybe able to remove the use of ToClrTypeName for special types to get primitive type names.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions