8 references to IsMscorlibType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (8)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (8)
304
Debug.Assert(result == type.
IsMscorlibType
("System", "Object"));
310
return type.
IsMscorlibType
("System", "ValueType");
320
return type.
IsMscorlibType
("System", "Void") && !type.IsGenericType;
325
return type.
IsMscorlibType
("System.Collections", "IEnumerable");
329
=> type.
IsMscorlibType
("System", "IntPtr");
332
=> type.
IsMscorlibType
("System", "UIntPtr");
336
return type.
IsMscorlibType
("System.Collections.Generic", "IEnumerable`1");
377
if (type.
IsMscorlibType
("System", "Nullable`1"))