8 references to IsMscorlibType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (8)
TypeHelpers.cs (8)
290
Debug.Assert(result == type.
IsMscorlibType
("System", "Object"));
296
return type.
IsMscorlibType
("System", "ValueType");
306
return type.
IsMscorlibType
("System", "Void") && !type.IsGenericType;
311
return type.
IsMscorlibType
("System.Collections", "IEnumerable");
315
=> type.
IsMscorlibType
("System", "IntPtr");
318
=> type.
IsMscorlibType
("System", "UIntPtr");
322
return type.
IsMscorlibType
("System.Collections.Generic", "IEnumerable`1");
363
if (type.
IsMscorlibType
("System", "Nullable`1"))