8 references to IsMscorlibType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (8)
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (8)
309
Debug.Assert(result == type.
IsMscorlibType
("System", "Object"));
315
return type.
IsMscorlibType
("System", "ValueType");
325
return type.
IsMscorlibType
("System", "Void") && !type.IsGenericType;
330
return type.
IsMscorlibType
("System.Collections", "IEnumerable");
334
=> type.
IsMscorlibType
("System", "IntPtr");
337
=> type.
IsMscorlibType
("System", "UIntPtr");
341
return type.
IsMscorlibType
("System.Collections.Generic", "IEnumerable`1");
382
if (type.
IsMscorlibType
("System", "Nullable`1"))