3 references to NullToPointer
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1279return Conversion.NullToPointer;
Lowering\LocalRewriter\LocalRewriter.PatternLocalRewriter.cs (1)
408_factory.Convert(operandType, new BoundLiteral(syntax, ConstantValue.Null, objectType), Conversion.NullToPointer),
Lowering\SyntheticBoundNodeFactory.cs (1)
1273? BoundConversion.SynthesizedNonUserDefined(syntax, nullLiteral, Conversion.NullToPointer, type)