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)
126if (!_normalizedPathCache.TryGetValue(relativePath, out var normalizedPath)) 129_normalizedPathCache[relativePath] = normalizedPath;