Method | Description | |
---|---|---|
GetRefactoring ( IDocument document, TextSpan textSpan, |
Method | Description | |
---|---|---|
HasBothAccessors ( BasePropertyDeclarationSyntax property ) : bool |
Returns true if both get and set accessors exist on the given property; otherwise false.
|
public GetRefactoring ( IDocument document, TextSpan textSpan, |
||
document | IDocument | |
textSpan | TextSpan | |
cancellationToken | ||
return | Microsoft.CodeAnalysis.CodeRefactorings.CodeRefactoring |