1 write to _normalizedPathCache
Microsoft.AspNetCore.Mvc.Razor (1)
Compilation\DefaultViewCompiler.cs (1)
32
_normalizedPathCache
= new ConcurrentDictionary<string, string>(StringComparer.Ordinal);
2 references to _normalizedPathCache
Microsoft.AspNetCore.Mvc.Razor (2)
Compilation\DefaultViewCompiler.cs (2)
126
if (!
_normalizedPathCache
.TryGetValue(relativePath, out var normalizedPath))
129
_normalizedPathCache
[relativePath] = normalizedPath;