Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 946 Bytes

File metadata and controls

19 lines (12 loc) · 946 Bytes

WorkspaceSymbolExtensions Class

HomeMethods

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.