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