4 references to Handle
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Semantics\PrimaryConstructorTests.cs (4)
5623context.RegisterSymbolAction(Handle, SymbolKind.Method); 5624context.RegisterSymbolAction(Handle, SymbolKind.Property); 5625context.RegisterSymbolAction(Handle, SymbolKind.Parameter); 5626context.RegisterSymbolAction(Handle, SymbolKind.NamedType);