2 references to DelimiterDollarCount
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\AbstractPasteProcessor.cs (1)
165
var dollarsToAddCount = (longestBraceSequence - StringExpressionBeforePasteInfo.
DelimiterDollarCount
) + 1;
StringCopyPaste\KnownSourcePasteProcessor.cs (1)
182
var finalDollarSignCount = StringExpressionBeforePasteInfo.
DelimiterDollarCount
+