3 references to s_textMap
Microsoft.AspNetCore.Razor.Microbenchmarks (3)
Resources.cs (3)
31
lock (
s_textMap
)
35
if (
s_textMap
.TryGetValue(key, out var value))
45
s_textMap
.Add(key, value);