11 references to IsType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (11)
src\ExpressionEvaluator\Core\Source\ResultProvider\Formatter.Values.cs (1)
250
if (lmrType.
IsType
("System.Data.SqlTypes", "SqlString"))
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\AttributeHelpers.cs (2)
23
if (attributeType.
IsType
("System.Runtime.CompilerServices", "DynamicAttribute"))
27
else if (attributeType.
IsType
("System.Runtime.CompilerServices", "TupleElementNamesAttribute"))
src\ExpressionEvaluator\Core\Source\ResultProvider\Helpers\TypeHelpers.cs (8)
342
return type.
IsType
(null, "<>c__TypeVariables");
347
return type.
IsType
("System", "__ComObject");
352
return type.
IsType
("Microsoft.CSharp.RuntimeBinder", "DynamicProperty");
357
return type.
IsType
("Microsoft.CSharp.RuntimeBinder", "DynamicDebugViewEmptyException");
364
if (@interface.
IsType
("System.Dynamic", "IDynamicMetaObjectProvider"))
774
return type.
IsType
("System.Linq", "SystemCore_EnumerableDebugViewEmptyException");
806
return type.
IsType
(@namespace, name) /*&& type.Assembly.IsMscorlib()*/;
813
if (type.
IsType
(@namespace, name))