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