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