2 references to IsVoid
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
Debugger\Engine\DkmClrValue.cs (1)
231
Debug.Assert(rawValue != null || this.Type.GetLmrType().
IsVoid
(), "In our mock system, this should only happen for void.");
src\ExpressionEvaluator\Core\Source\ResultProvider\ResultProvider.cs (1)
996
return value.IsNull || elementType.
IsVoid
()