6 references to Struct
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Extensions\ProtocolConversions.cs (3)
631
return LSP.SymbolKind.
Struct
;
703
case LSP.SymbolKind.
Struct
:
758
return LSP.SymbolKind.
Struct
;
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (3)
Symbols\DocumentSymbolsTests.Hierarchical.cs (3)
304
Symbol(LSP.SymbolKind.
Struct
, "MyStruct", "MyStruct", "struct", "structSelection", testLspServer,
392
Symbol(LSP.SymbolKind.
Struct
, "Point", "Point", "record", "recordSelection", testLspServer)
734
Symbol(LSP.SymbolKind.
Struct
, "Wrapper<T>", "Wrapper<T>", "struct", "structSelection", testLspServer,