3 references to GetInterceptableNameSyntax
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundExpression.cs (1)
30return syntax.GetInterceptableNameSyntax();
Compilation\CSharpSemanticModel.cs (2)
5193if (node.GetInterceptableNameSyntax() is { } nameSyntax && Compilation.TryGetInterceptor(nameSyntax) is (_, MethodSymbol interceptor)) 5205if (node.GetInterceptableNameSyntax() is not { } nameSyntax)