3 references to LSPDocumentRemovalOldContentTypeKey
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
DefaultLSPDocumentManager.cs (1)
289&& old.Snapshot.TextBuffer.Properties.TryGetProperty<IContentType>(LSPDocumentRemovalOldContentTypeKey, out var contentType))
Microsoft.VisualStudio.LanguageServices.Razor (2)
LanguageClient\RazorContentTypeChangeListener.cs (2)
79textBuffer.Properties[DefaultLSPDocumentManager.LSPDocumentRemovalOldContentTypeKey] = oldContentType; 84textBuffer.Properties.RemoveProperty(DefaultLSPDocumentManager.LSPDocumentRemovalOldContentTypeKey);