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