8 references to Field
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
679
case LSP.SymbolKind.
Field
:
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
Symbols\DocumentSymbolsTests.Hierarchical.cs (5)
305
Symbol(LSP.SymbolKind.
Field
, "Value : int", "Value : int", "field", "fieldSelection", testLspServer))
328
Symbol(LSP.SymbolKind.
Field
, "a : int", "a : int", "fieldA", "fieldASelection", testLspServer),
329
Symbol(LSP.SymbolKind.
Field
, "b : int", "b : int", "fieldB", "fieldBSelection", testLspServer),
330
Symbol(LSP.SymbolKind.
Field
, "c : int", "c : int", "fieldC", "fieldCSelection", testLspServer))
735
Symbol(LSP.SymbolKind.
Field
, "Value : T", "Value : T", "field", "fieldSelection", testLspServer))
Symbols\WorkspaceSymbolsTests.cs (2)
153
CreateSymbolInformation(LSP.SymbolKind.
Field
, "F", testLspServer.GetLocations("field")[0], Glyph.FieldPrivate, classAContainerName),
155
CreateSymbolInformation(LSP.SymbolKind.
Field
, "F", testLspServer.GetLocations("field")[1], Glyph.FieldPrivate, GetContainerName(testLspServer.GetCurrentSolution(), "A.F"))