1 instantiation of PropertyStorage
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\RouteValueDictionary.cs (1)
151var storage = new PropertyStorage(values);
5 references to PropertyStorage
Microsoft.AspNetCore.Http.Abstractions (5)
Routing\RouteValueDictionary.cs (5)
49internal PropertyStorage? _propertyStorage; 151var storage = new PropertyStorage(values); 628var storage = _propertyStorage; 674var storage = _propertyStorage; 855var storage = dictionary._propertyStorage;