WorkspaceSymbolExtensions Class
Namespace: Roslynator.CSharp
Assembly: Roslynator.CSharp.Workspaces.dll
public static class WorkspaceSymbolExtensions
Methods
| Method | Summary |
|---|---|
| GetDefaultValueSyntax(ITypeSymbol, DefaultSyntaxOptions, SymbolDisplayFormat) | Creates a new ExpressionSyntax that represents default value of the specified type symbol. |
| GetDefaultValueSyntax(ITypeSymbol, TypeSyntax, DefaultSyntaxOptions) | Creates a new ExpressionSyntax that represents default value of the specified type symbol. |