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