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