1 write to Type
Microsoft.ML.Transforms (1)
Expression\MethodGenerator.cs (1)
107Type = type;
4 references to Type
Microsoft.ML.Transforms (4)
Expression\MethodGenerator.cs (4)
123return Hashing.CombineHash(Type.GetHashCode(), Hashing.HashInt(IsRef.GetHashCode())); 135return IsRef == other.IsRef && Type == other.Type; 158return new Temporary(_tempDisposer, Il.DeclareLocal(key.Type), key.IsRef);