1 instantiation of InertContentType
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (1)
InertContentType.cs (1)
15public static readonly IContentType Instance = new InertContentType();
2 references to InertContentType
Microsoft.VisualStudio.LanguageServer.ContainedLanguage (2)
DefaultLSPDocument.cs (1)
52if (TextBuffer.CurrentSnapshot.ContentType.IsOfType(InertContentType.Instance.TypeName))
VirtualDocumentBase.cs (1)
70TextBuffer.ChangeContentType(InertContentType.Instance, null);