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