1 write to _trimmedText
Microsoft.CodeAnalysis.EditorFeatures (1)
CommentSelection\AbstractToggleBlockCommentBase.cs (1)
290
_trimmedText
= selectedSnapshotSpan.GetText().Trim();
4 references to _trimmedText
Microsoft.CodeAnalysis.EditorFeatures (4)
CommentSelection\AbstractToggleBlockCommentBase.cs (4)
326
return
_trimmedText
.StartsWith(commentInfo.BlockCommentStartString, StringComparison.Ordinal)
327
||
_trimmedText
.StartsWith(commentInfo.BlockCommentEndString, StringComparison.Ordinal);
336
return
_trimmedText
.EndsWith(commentInfo.BlockCommentStartString, StringComparison.Ordinal)
337
||
_trimmedText
.EndsWith(commentInfo.BlockCommentEndString, StringComparison.Ordinal);