2 references to UnsafeGetNullableMethod
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (1)
1816
return
UnsafeGetNullableMethod
(syntax, nullableType, member, _compilation, _diagnostics);
Lowering\SyntheticBoundNodeFactory.cs (1)
1672
return BoundCall.Synthesized(syntax, expression, LocalRewriter.
UnsafeGetNullableMethod
(syntax, expression.Type, CodeAnalysis.SpecialMember.System_Nullable_T_get_HasValue, Compilation, Diagnostics));