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