1 write to DelimiterQuoteCount
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\StringInfo.cs (1)
65
DelimiterQuoteCount
= delimiterQuoteCount;
1 reference to DelimiterQuoteCount
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\AbstractPasteProcessor.cs (1)
149
var quotesToAddCount = (longestQuoteSequence - StringExpressionBeforePasteInfo.
DelimiterQuoteCount
) + 1;