4 references to Handle
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\PrimaryConstructorTests.cs (4)
4901context.RegisterSymbolAction(Handle, SymbolKind.Method); 4902context.RegisterSymbolAction(Handle, SymbolKind.Property); 4903context.RegisterSymbolAction(Handle, SymbolKind.Parameter); 4904context.RegisterSymbolAction(Handle, SymbolKind.NamedType);