4 references to Handle
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Semantics\PrimaryConstructorTests.cs (4)
5493context.RegisterSymbolAction(Handle, SymbolKind.Method); 5494context.RegisterSymbolAction(Handle, SymbolKind.Property); 5495context.RegisterSymbolAction(Handle, SymbolKind.Parameter); 5496context.RegisterSymbolAction(Handle, SymbolKind.NamedType);