1 write to _associatedAttribute
Microsoft.ML.Data (1)
Data\DataViewTypeManager.cs (1)
236
_associatedAttribute
= attribute;
13 references to _associatedAttribute
Microsoft.ML.Data (13)
Data\DataViewTypeManager.cs (13)
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
248
if (
_associatedAttribute
== null && other.
_associatedAttribute
== null)
250
else if (
_associatedAttribute
== null && other.
_associatedAttribute
!= null)
252
else if (
_associatedAttribute
!= null && other.
_associatedAttribute
== null)
256
sameAttributeConfig =
_associatedAttribute
.Equals(other.
_associatedAttribute
);
271
if (
_associatedAttribute
== null)
275
if (
_associatedAttribute
!= null)
277
code = Hashing.CombineHash(code,
_associatedAttribute
.GetHashCode());