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