4 references to VSProjectKind
Microsoft.CodeAnalysis.LanguageServer.Protocol (4)
Extensions\ProtocolConversions.cs (2)
840projectContext.Kind = LSP.VSProjectKind.CSharp; 844projectContext.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.