1 implementation of ICommitFormatter
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\CommitFormatter.vb (1)
23
Implements
ICommitFormatter
6 references to ICommitFormatter
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (6)
LineCommit\CommitBufferManager.vb (2)
19
Private ReadOnly _commitFormatter As
ICommitFormatter
42
commitFormatter As
ICommitFormatter
,
LineCommit\CommitBufferManagerFactory.vb (2)
13
Private ReadOnly _commitFormatter As
ICommitFormatter
18
Public Sub New(commitFormatter As
ICommitFormatter
, inlineRenameService As IInlineRenameService, threadingContext As IThreadingContext)
LineCommit\CommitFormatter.vb (2)
21
<Export(GetType(
ICommitFormatter
))>
45
cancellationToken As CancellationToken) Implements
ICommitFormatter
.CommitRegion