15 references to Define
Microsoft.AspNetCore.Identity (2)
Microsoft.AspNetCore.OpenApi (2)
Microsoft.AspNetCore.Watch.BrowserRefresh (2)
Microsoft.Extensions.Http (4)
Logging\LogHelper.cs (3)
41private static readonly Action<ILogger, double, int, Exception?> _requestEnd = LoggerMessage.Define<double, int>(
53private static readonly Action<ILogger, HttpMethod, string?, Exception?> _requestPipelineStart = LoggerMessage.Define<HttpMethod, string?>(
58private static readonly Action<ILogger, double, int, Exception?> _requestPipelineEnd = LoggerMessage.Define<double, int>(
Microsoft.Extensions.ML (5)
ModelLoaders\FileModelLoader.cs (3)
164private static readonly Action<ILogger, string, double, Exception> _fileLoadEnd = LoggerMessage.Define<string, double>(
169private static readonly Action<ILogger, string, double, Exception> _fileReloadError = LoggerMessage.Define<string, double>(
174private static readonly Action<ILogger, string, double, Exception> _fileReLoad = LoggerMessage.Define<string, double>(