1 write to DelimiterDollarCount
Microsoft.CodeAnalysis.CSharp.EditorFeatures (1)
StringCopyPaste\StringInfo.cs (1)
66
DelimiterDollarCount
= delimiterDollarCount;
2 references to DelimiterDollarCount
Microsoft.CodeAnalysis.CSharp.EditorFeatures (2)
StringCopyPaste\AbstractPasteProcessor.cs (1)
171
var dollarsToAddCount = (longestBraceSequence - StringExpressionBeforePasteInfo.
DelimiterDollarCount
) + 1;
StringCopyPaste\KnownSourcePasteProcessor.cs (1)
194
var finalDollarSignCount = StringExpressionBeforePasteInfo.
DelimiterDollarCount
+