1 write to _viewEngineResult
Microsoft.AspNetCore.Mvc.Microbenchmarks (1)
RuntimePerformanceBenchmarkBase.cs (1)
150
_viewEngineResult
= _viewEngine.GetView(null, ViewPath, true);
3 references to _viewEngineResult
Microsoft.AspNetCore.Mvc.Microbenchmarks (3)
RuntimePerformanceBenchmarkBase.cs (3)
151
_viewEngineResult
.EnsureSuccessful(null);
174
if (
_viewEngineResult
.View is IDisposable d)
188
_viewEngineResult
.View,