1 write to _normalizedPathCache
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompiler.cs (1)
53
_normalizedPathCache
= new ConcurrentDictionary<string, string>(StringComparer.Ordinal);
2 references to _normalizedPathCache
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (2)
RuntimeViewCompiler.cs (2)
389
if (!
_normalizedPathCache
.TryGetValue(relativePath, out var normalizedPath))
392
_normalizedPathCache
[relativePath] = normalizedPath;