2 references to ExtractCastInvocation
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Query.cs (2)
631BoundExpression? castInvocation = (from.Type != null) ? ExtractCastInvocation(invocation) : null; 678BoundExpression? castInvocation = (from.Type != null) ? ExtractCastInvocation(invocation) : null;