1 write to _logger
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompiler.cs (1)
51_logger = logger;
9 references to _logger
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (9)
RuntimeViewCompiler.cs (9)
69Log.ViewCompilerLocatedCompiledView(_logger, precompiledView.RelativePath); 81Log.ViewCompilerNoCompiledViewsFound(_logger); 126Log.ViewCompilerLocatedCompiledViewForPath(_logger, normalizedPath); 174Log.ViewCompilerInvalidatingCompiledFile(_logger, item.NormalizedPath); 246Log.ViewCompilerCouldNotFindFileAtPath(_logger, normalizedPath); 267Log.ViewCompilerFoundFileToCompile(_logger, normalizedPath); 335Log.GeneratedCodeToAssemblyCompilationStart(_logger, codeDocument.Source.FilePath); 337var startTimestamp = _logger.IsEnabled(LogLevel.Debug) ? Stopwatch.GetTimestamp() : 0; 366Log.GeneratedCodeToAssemblyCompilationEnd(_logger, codeDocument.Source.FilePath, startTimestamp);