4 references to handle
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Semantics\ExtensionTests.cs (4)
43018context.RegisterSyntaxNodeAction(handle, SyntaxKind.ExtensionBlockDeclaration); 43019context.RegisterSyntaxNodeAction(handle, SyntaxKind.IdentifierName); 43020context.RegisterSyntaxNodeAction(handle, SyntaxKind.MethodDeclaration); 43021context.RegisterSyntaxNodeAction(handle, SyntaxKind.PropertyDeclaration);