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