11 references to IsType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (11)
AttributeHelpers.cs (2)
23
if (attributeType.
IsType
("System.Runtime.CompilerServices", "DynamicAttribute"))
27
else if (attributeType.
IsType
("System.Runtime.CompilerServices", "TupleElementNamesAttribute"))
Formatter.Values.cs (1)
244
if (lmrType.
IsType
("System.Data.SqlTypes", "SqlString"))
TypeHelpers.cs (8)
327
return type.
IsType
(null, "<>c__TypeVariables");
332
return type.
IsType
("System", "__ComObject");
337
return type.
IsType
("Microsoft.CSharp.RuntimeBinder", "DynamicProperty");
342
return type.
IsType
("Microsoft.CSharp.RuntimeBinder", "DynamicDebugViewEmptyException");
349
if (@interface.
IsType
("System.Dynamic", "IDynamicMetaObjectProvider"))
759
return type.
IsType
("System.Linq", "SystemCore_EnumerableDebugViewEmptyException");
791
return type.
IsType
(@namespace, name) /*&& type.Assembly.IsMscorlib()*/;
798
if (type.
IsType
(@namespace, name))