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