3 references to RefFromType
Microsoft.ML.CodeAnalyzer.Tests (3)
Helpers\AdditionalMetadataReferences.cs (3)
25internal static readonly MetadataReference MSDataDataViewReference = RefFromType<IDataView>(); 26internal static readonly MetadataReference MLNetCoreReference = RefFromType<IHostEnvironment>(); 27internal static readonly MetadataReference MLNetDataReference = RefFromType<MLContext>();