6 references to GetDeclaredSymbol
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
PartialEventsAndConstructorsTests.cs (3)
1689
IEventSymbol implSymbol = model.
GetDeclaredSymbol
(eventImpls[0])!;
1707
IEventSymbol implSymbol = model.
GetDeclaredSymbol
(eventImpls[1])!;
1765
IEventSymbol implSymbol = model.
GetDeclaredSymbol
(tree.GetRoot().DescendantNodes().OfType<EventDeclarationSyntax>().Single())!;
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
Compilation\SemanticModelGetDeclaredSymbolAPITests.cs (3)
383
var eventSymbol = model.
GetDeclaredSymbol
(eventDecl);
500
var symbol = model.
GetDeclaredSymbol
(node);
4750
var eventSymbol = model.
GetDeclaredSymbol
(eventDecl);