8 references to HasParameterContainingPointerType
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Conversions.cs (1)
3667
if ((selectedMethod.
HasParameterContainingPointerType
() || selectedMethod.ReturnType.ContainsPointerOrFunctionPointer())
Binder\Binder_Expressions.cs (2)
5097
else if (resultMember.
HasParameterContainingPointerType
())
6976
if (method.
HasParameterContainingPointerType
())
Binder\Binder_Invocation.cs (1)
1323
if (method.
HasParameterContainingPointerType
())
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
1818
return this.
HasParameterContainingPointerType
() || ReturnType.ContainsPointerOrFunctionPointer();
Symbols\Metadata\PE\PEPropertySymbol.cs (1)
684
: this.
HasParameterContainingPointerType
() || Type.ContainsPointerOrFunctionPointer();
Symbols\Source\SourceMethodSymbol.cs (1)
117
return this.
HasParameterContainingPointerType
() || ReturnType.ContainsPointerOrFunctionPointer()
Symbols\Source\SourcePropertySymbol.cs (1)
841
return this.
HasParameterContainingPointerType
() || Type.ContainsPointerOrFunctionPointer()