2 writes to AnnotationType
Microsoft.ML.Data (2)
DataView\DataViewConstructionUtils.cs (2)
846AnnotationType = annotationType; 908AnnotationType = annotationType;
8 references to AnnotationType
Microsoft.ML.Data (8)
Data\SchemaDefinition.cs (1)
283builder.Add(kvp.Key, kvp.Value.AnnotationType, kvp.Value.GetGetterDelegate());
DataView\DataViewConstructionUtils.cs (7)
815meta.Add(kvp.Value.Kind, kvp.Value.AnnotationType, kvp.Value.GetGetterDelegate()); 917Contracts.Assert(AnnotationType is VectorDataViewType); 936if (AnnotationType is VectorDataViewType annotationVectorType) 952if (AnnotationType is PrimitiveDataViewType) 957Contracts.Assert(AnnotationType is TextDataViewType); 962Contracts.Assert(AnnotationType.RawType == typeT); 976return Utils.MarshalInvoke(_getGetterCoreMethodInfo, this, AnnotationType.RawType);