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