4 references to IsNullable
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (4)
Formatter.Values.cs (2)
105
else if (lmrType.
IsNullable
())
231
if (lmrType.
IsNullable
())
ResultProvider.cs (1)
510
(!declaredLmrType.
IsNullable
() || value.EvalFlags.Includes(DkmEvaluationResultFlags.ExceptionThrown)))
TypeHelpers.cs (1)
401
Debug.Assert(value.Type.GetLmrType().
IsNullable
());