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