1 write to StringExpressionBeforePasteInfo
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
115
StringExpressionBeforePasteInfo
= StringInfo.GetStringInfo(TextBeforePaste, stringExpressionBeforePaste);
5 references to StringExpressionBeforePasteInfo
Microsoft.CodeAnalysis.CSharp.EditorFeatures (5)
StringCopyPaste\AbstractPasteProcessor.cs (5)
68
/// All the spans of <see cref="
StringExpressionBeforePasteInfo
"/>'s <see cref="StringInfo.ContentSpans"/>
116
TextContentsSpansAfterPaste =
StringExpressionBeforePasteInfo
.ContentSpans.SelectAsArray(MapSpanForward);
118
Contract.ThrowIfTrue(
StringExpressionBeforePasteInfo
.ContentSpans.IsEmpty);
144
var quotesToAddCount = (longestQuoteSequence -
StringExpressionBeforePasteInfo
.DelimiterQuoteCount) + 1;
166
var dollarsToAddCount = (longestBraceSequence -
StringExpressionBeforePasteInfo
.DelimiterDollarCount) + 1;