3 references to NullToPointer
Microsoft.CodeAnalysis.CSharp (3)
Binder\Semantics\Conversions\ConversionsBase.cs (1)
1279
return 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)