5 references to Operator
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
707
case LSP.SymbolKind.
Operator
:
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
Symbols\DocumentSymbolsTests.cs (1)
46
CreateSymbolInformation(LSP.SymbolKind.
Operator
, "operator +(A a1, A a2)", testLspServer.GetLocations("operator").Single(), Glyph.OperatorPrivate, "Test.A"),
Symbols\DocumentSymbolsTests.Hierarchical.cs (3)
44
Symbol(LSP.SymbolKind.
Operator
, "operator +(A, A) : A", "operator +(A, A) : A", "operator", "operatorSelection", testLspServer)))
578
Symbol(LSP.SymbolKind.
Operator
, "implicit operator int(A)", "implicit operator int(A)", "operator", "operatorSelection", testLspServer))
601
Symbol(LSP.SymbolKind.
Operator
, "explicit operator int(A)", "explicit operator int(A)", "operator", "operatorSelection", testLspServer))