1 reference to _dictionary
dotnet-new.IntegrationTests (1)
Utilities.cs (1)
56
public object this[string name] =>
_dictionary
.GetOrAdd(name, _ => new object());