1 write to Type
System.Core (1)
Microsoft\Scripting\Compiler\BoundConstants.cs (1)
51
Type
= type;
4 references to Type
System.Core (4)
Microsoft\Scripting\Compiler\BoundConstants.cs (4)
55
return RuntimeHelpers.GetHashCode(Value) ^
Type
.GetHashCode();
58
return object.ReferenceEquals(Value, other.Value) &&
Type
.Equals(other.
Type
);
155
LocalBuilder local = lc.IL.DeclareLocal(reference.Key.
Type
);