5 references to IsVoidPointer
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_Operators.cs (4)
233
if (!hasError && leftType.
IsVoidPointer
())
614
if (leftType.
IsVoidPointer
() || rightType.
IsVoidPointer
())
2351
if (!hasErrors && operandType.
IsVoidPointer
())
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
450
if (parameter.Type.
IsVoidPointer
() && !targetType.IsPointerOrFunctionPointer())