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