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