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