2 overrides of AddComment
Microsoft.CodeAnalysis.CSharp.Features (1)
EmbeddedLanguages\CSharpJsonDetectionCodeFixProvider.cs (1)
26
protected override void
AddComment
(SyntaxEditor editor, SyntaxToken stringLiteral, string commentContents)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EmbeddedLanguages\VisualBasicJsonDetectionCodeFixProvider.vb (1)
22
Protected Overrides Sub
AddComment
(editor As CodeAnalysis.Editing.SyntaxEditor, stringLiteral As SyntaxToken, commentContents As String)
1 reference to AddComment
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Json\LanguageServices\AbstractJsonDetectionCodeFixProvider.cs (1)
56
this.
AddComment
(editor, stringLiteral, commentContents);