2 references to CreateTextSnapshot
Microsoft.CodeAnalysis.EditorFeatures (2)
TextDiffing\TextDifferencingServiceExtensions.cs (2)
27
oldTextSnapshot ??=
CreateTextSnapshot
(oldText, bufferFactoryService, newTextSnapshot!.ContentType);
28
newTextSnapshot ??=
CreateTextSnapshot
(newText, bufferFactoryService, oldTextSnapshot!.ContentType);