C# 클래스 CommentCop.Regions.MR7001CodeFixProvider

상속: CodeFixProvider
파일 보기 프로젝트 열기: mreu/CommentCop

공개 메소드들

메소드 설명
GetFixAllProvider ( ) : FixAllProvider

Get fix all provider.

RegisterCodeFixesAsync ( CodeFixContext context ) : Task

Register code fixes async.

비공개 메소드들

메소드 설명
GetTransformedDocumentAsync ( Document document, SyntaxNode root, SyntaxToken identifierToken, CancellationToken cancellationToken ) : Task

Get transformed document async.

메소드 상세

GetFixAllProvider() 공개 최종 메소드

Get fix all provider.
public final GetFixAllProvider ( ) : FixAllProvider
리턴 FixAllProvider

RegisterCodeFixesAsync() 공개 최종 메소드

Register code fixes async.
public final RegisterCodeFixesAsync ( CodeFixContext context ) : Task
context CodeFixContext The code fix content.
리턴 Task