1 write to Type
System.Linq.Expressions (1)
System\Dynamic\ConvertBinder.cs (1)
25Type = type;
12 references to Type
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (5)
37? runtimeBinder.BindExplicitConversion(arguments, Type, locals) 38: runtimeBinder.BindImplicitConversion(arguments, Type, locals, ConversionKind == CSharpConversionKind.ArrayCreationConversion); 88hash = HashHelpers.Combine(hash, Type.GetHashCode()); 103Type != otherBinder.Type)
Microsoft.VisualBasic.Core (6)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (6)
837If errorSuggestion IsNot Nothing AndAlso Not Conversions.CanUserDefinedConvert(target.Value, Me.Type()) Then 845Expression.Constant(Me.Type(), GetType(System.Type)) 856Return other IsNot Nothing AndAlso Type.Equals(other.Type) 861Return s_hash Xor Type.GetHashCode() 1480delegateArgTypes(2) = action.Type
System.Linq.Expressions (1)
System\Dynamic\ConvertBinder.cs (1)
79public sealed override Type ReturnType => Type;