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