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