Lowering\LocalRewriter\LocalRewriter_Conversion.cs (4)
1134MethodSymbol ctor = UnsafeGetNullableMethod(syntax, rewrittenType, SpecialMember.System_Nullable_T__ctor);
1249UnsafeGetNullableMethod(syntax, type, SpecialMember.System_Nullable_T__ctor),
1333UnsafeGetNullableMethod(syntax, type, SpecialMember.System_Nullable_T__ctor),
1457MethodSymbol ctor = UnsafeGetNullableMethod(call.Syntax, resultType, SpecialMember.System_Nullable_T__ctor);