4 references to Handle
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Semantics\PrimaryConstructorTests.cs (4)
4079context.RegisterSymbolAction(Handle, SymbolKind.Method); 4080context.RegisterSymbolAction(Handle, SymbolKind.Property); 4081context.RegisterSymbolAction(Handle, SymbolKind.Parameter); 4082context.RegisterSymbolAction(Handle, SymbolKind.NamedType);