1 write to TargetType
Microsoft.ML.Data (1)
Data\DataViewTypeManager.cs (1)
235
TargetType
= type;
7 references to TargetType
Microsoft.ML.Data (7)
Data\DataViewTypeManager.cs (7)
206
var associatedRawType = _dataViewTypeToRawTypeMap[dataViewType].
TargetType
;
217
/// An instance of <see cref="TypeWithAttributes"/> represents an unique key of its <see cref="
TargetType
"/> and <see cref="_associatedAttribute"/>.
227
/// The underlying type's attributes. Together with <see cref="
TargetType
"/>, <see cref="_associatedAttribute"/> uniquely defines
244
var sameType =
TargetType
.Equals(other.
TargetType
);
272
return
TargetType
.GetHashCode();
274
var code =
TargetType
.GetHashCode();