1 instantiation of ResourceManagerUtils
Microsoft.ML.Core (1)
Utilities\ResourceManagerUtils.cs (1)
31Interlocked.CompareExchange(ref _instance, new ResourceManagerUtils(), null) ??
4 references to ResourceManagerUtils
Microsoft.ML.Core (4)
Utilities\ResourceManagerUtils.cs (4)
25private static volatile ResourceManagerUtils _instance; 26public static ResourceManagerUtils Instance 94/// The function <see cref="ResourceManagerUtils.DownloadResource"/> checks whether or not the absolute URL with the 96/// As such, only absolute URLs with the host "aka.ms" is supported with <see cref="ResourceManagerUtils.EnsureResourceAsync"/>.