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