1 implementation of ICommitFormatter
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\CommitFormatter.vb (1)
24
Implements
ICommitFormatter
6 references to ICommitFormatter
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (6)
LineCommit\CommitBufferManager.vb (2)
17
Private ReadOnly _commitFormatter As
ICommitFormatter
40
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)
22
<Export(GetType(
ICommitFormatter
))>
46
cancellationToken As CancellationToken) Implements
ICommitFormatter
.CommitRegion