4 references to Handle
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\PrimaryConstructorTests.cs (4)
3497context.RegisterSymbolAction(Handle, SymbolKind.Method); 3498context.RegisterSymbolAction(Handle, SymbolKind.Property); 3499context.RegisterSymbolAction(Handle, SymbolKind.Parameter); 3500context.RegisterSymbolAction(Handle, SymbolKind.NamedType);