Property | Type | Description | |
---|---|---|---|
Foldings | List |
Method | Description | |
---|---|---|
FoldingVisitor ( |
||
VisitBlock ( Microsoft node ) : void | ||
VisitClassDeclaration ( Microsoft node ) : void | ||
VisitCompilationUnit ( Microsoft node ) : void | ||
VisitEnumDeclaration ( Microsoft node ) : void | ||
VisitInterfaceDeclaration ( Microsoft node ) : void | ||
VisitNamespaceDeclaration ( Microsoft node ) : void | ||
VisitStructDeclaration ( Microsoft node ) : void | ||
VisitTrivia ( SyntaxTrivia trivia ) : void |
Method | Description | |
---|---|---|
AddFolding ( SyntaxToken openBrace, SyntaxToken closeBrace, FoldType type ) : void | ||
AddUsings ( Microsoft.CodeAnalysis.SyntaxNode parent ) : void |
public FoldingVisitor ( |
||
cancellationToken | ||
return | System |
public VisitClassDeclaration ( Microsoft node ) : void | ||
node | Microsoft | |
return | void |
public VisitCompilationUnit ( Microsoft node ) : void | ||
node | Microsoft | |
return | void |
public VisitEnumDeclaration ( Microsoft node ) : void | ||
node | Microsoft | |
return | void |
public VisitInterfaceDeclaration ( Microsoft node ) : void | ||
node | Microsoft | |
return | void |
public VisitNamespaceDeclaration ( Microsoft node ) : void | ||
node | Microsoft | |
return | void |
public VisitStructDeclaration ( Microsoft node ) : void | ||
node | Microsoft | |
return | void |
public VisitTrivia ( SyntaxTrivia trivia ) : void | ||
trivia | SyntaxTrivia | |
return | void |