1 write to _textBufferCloneService
Microsoft.CodeAnalysis.EditorFeatures (1)
Workspaces\EditorTextFactoryService.cs (1)
33_textBufferCloneService = textBufferCloneService;
2 references to _textBufferCloneService
Microsoft.CodeAnalysis.EditorFeatures (2)
Workspaces\EditorTextFactoryService.cs (2)
79return buffer.CurrentSnapshot.AsRoslynText(_textBufferCloneService, encoding, checksumAlgorithm); 93return buffer.CurrentSnapshot.AsRoslynText(_textBufferCloneService, reader.CurrentEncoding ?? Encoding.UTF8, checksumAlgorithm);