1 write to _newString
Microsoft.CodeAnalysis.Workspaces (1)
AbstractTriviaDataFactory.FormattedWhitespace.cs (1)
26
_newString
= CreateString(Options.NewLine);
1 reference to _newString
Microsoft.CodeAnalysis.Workspaces (1)
AbstractTriviaDataFactory.FormattedWhitespace.cs (1)
54
=> SpecializedCollections.SingletonEnumerable<TextChange>(new TextChange(textSpan,
_newString
));