7 references to ExteriorTriviaText
Microsoft.CodeAnalysis.Features (7)
DocumentationComments\AbstractDocumentationCommentSnippetService.cs (7)
135caretOffset = lines[0].Length + indentText.Length + ExteriorTriviaText.Length + 1; 152caretOffset = lines[0].Length + ExteriorTriviaText.Length + 1; 400if (!previousLineText.StartsWith(ExteriorTriviaText, StringComparison.Ordinal)) 406text.Lines[currentLine.LineNumber + 1].ToString().Trim().StartsWith(ExteriorTriviaText, StringComparison.Ordinal); 410if (previousLineText.Equals(ExteriorTriviaText) && 449Debug.Assert(trimmedPreviousLine.StartsWith(ExteriorTriviaText), "Unexpected: previous line does not begin with doc comment exterior trivia."); 460return firstNonWhitespaceColumn.CreateIndentationString(options.UseTabs, options.TabSize) + ExteriorTriviaText + extraIndent;