4 references to HasParameterContainingPointerType
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
3025
if ((selectedMethod.
HasParameterContainingPointerType
() || selectedMethod.ReturnType.ContainsPointer())
Binder\Binder_Expressions.cs (2)
4954
else if (resultMember.
HasParameterContainingPointerType
())
6750
if (method.
HasParameterContainingPointerType
())
Binder\Binder_Invocation.cs (1)
1274
if (method.
HasParameterContainingPointerType
())