4 references to Handle
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Semantics\PrimaryConstructorTests.cs (4)
5482context.RegisterSymbolAction(Handle, SymbolKind.Method); 5483context.RegisterSymbolAction(Handle, SymbolKind.Property); 5484context.RegisterSymbolAction(Handle, SymbolKind.Parameter); 5485context.RegisterSymbolAction(Handle, SymbolKind.NamedType);