1 write to Type
System.Linq.Expressions (1)
System\Dynamic\ConvertBinder.cs (1)
25
Type
= type;
8 references to Type
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComBinder.cs (2)
208
if (binder.
Type
.IsInterface)
213
binder.
Type
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (5)
38
? runtimeBinder.BindExplicitConversion(arguments,
Type
, locals)
39
: runtimeBinder.BindImplicitConversion(arguments,
Type
, locals, ConversionKind == CSharpConversionKind.ArrayCreationConversion);
89
hash = HashHelpers.Combine(hash,
Type
.GetHashCode());
104
Type
!= otherBinder.
Type
)
System.Linq.Expressions (1)
System\Dynamic\ConvertBinder.cs (1)
79
public sealed override Type ReturnType =>
Type
;