5 references to handle
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (5)
Semantics\ExtensionTests.cs (5)
40622
context.RegisterSymbolAction(
handle
, SymbolKind.NamedType);
40623
context.RegisterSymbolAction(
handle
, SymbolKind.Parameter);
40624
context.RegisterSymbolAction(
handle
, SymbolKind.TypeParameter);
40625
context.RegisterSymbolAction(
handle
, SymbolKind.Method);
40626
context.RegisterSymbolAction(
handle
, SymbolKind.Property);