4 references to VSProjectKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Extensions\ProtocolConversions.cs (2)
824projectContext.Kind = LSP.VSProjectKind.CSharp; 828projectContext.Kind = LSP.VSProjectKind.VisualBasic;
Protocol\Extensions\VSProjectContext.cs (1)
41public VSProjectKind Kind
Protocol\Extensions\VSProjectKind.cs (1)
8/// <see cref="VSProjectKind" /> represents the various kinds of contexts.