4 references to handle
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (4)
Semantics\ExtensionTests.cs (4)
40551context.RegisterSyntaxNodeAction(handle, SyntaxKind.ExtensionBlockDeclaration); 40552context.RegisterSyntaxNodeAction(handle, SyntaxKind.IdentifierName); 40553context.RegisterSyntaxNodeAction(handle, SyntaxKind.MethodDeclaration); 40554context.RegisterSyntaxNodeAction(handle, SyntaxKind.PropertyDeclaration);