1 instantiation of DocumentationCommentOptions
Microsoft.CodeAnalysis.Features (1)
DocumentationComments\DocumentationCommentOptions.cs (1)
13public static readonly DocumentationCommentOptions Default = new();
15 references to DocumentationCommentOptions
Microsoft.CodeAnalysis.Features (15)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (10)
69in DocumentationCommentOptions options, 110private List<string>? GetDocumentationCommentLines(SyntaxToken token, SourceText text, in DocumentationCommentOptions options, out string? indentText, out int caretOffset, out int spanToReplaceLength) 141private List<string>? GetDocumentationCommentLinesNoIndentation(SyntaxToken token, SourceText text, in DocumentationCommentOptions options, out int caretOffset, out int spanToReplaceLength, out string? indentText) 158private List<string>? GetDocumentationStubLines(SyntaxToken token, SourceText text, in DocumentationCommentOptions options, out int caretOffset, out int spanToReplaceLength, out string? existingCommentText) 259public DocumentationCommentSnippet? GetDocumentationCommentSnippetOnEnterTyped(ParsedDocument document, int position, in DocumentationCommentOptions options, CancellationToken cancellationToken) 275private DocumentationCommentSnippet? GenerateDocumentationCommentAfterEnter(ParsedDocument document, int position, in DocumentationCommentOptions options, CancellationToken cancellationToken) 328public DocumentationCommentSnippet? GetDocumentationCommentSnippetOnCommandInvoke(ParsedDocument document, int position, in DocumentationCommentOptions options, CancellationToken cancellationToken) 367private DocumentationCommentSnippet? GenerateExteriorTriviaAfterEnter(ParsedDocument document, int position, in DocumentationCommentOptions options, CancellationToken cancellationToken) 431public DocumentationCommentSnippet GetDocumentationCommentSnippetFromPreviousLine(in DocumentationCommentOptions options, TextLine currentLine, TextLine previousLine) 443private string CreateInsertionTextFromPreviousLine(TextLine previousLine, in DocumentationCommentOptions options)
DocumentationComments\DocumentationCommentOptions.cs (1)
13public static readonly DocumentationCommentOptions Default = new();
DocumentationComments\IDocumentationCommentSnippetService.cs (4)
21in DocumentationCommentOptions options, 28in DocumentationCommentOptions options, 34in DocumentationCommentOptions options, 38in DocumentationCommentOptions options,