1 instantiation of PropertyStorage
Microsoft.AspNetCore.Http.Abstractions (1)
Routing\RouteValueDictionary.cs (1)
151var storage = new PropertyStorage(values);
7 references to PropertyStorage
Microsoft.AspNetCore.Http.Abstractions (5)
Routing\RouteValueDictionary.cs (5)
49internal PropertyStorage? _propertyStorage; 151var storage = new PropertyStorage(values); 630var storage = _propertyStorage; 676var storage = _propertyStorage; 857var storage = dictionary._propertyStorage;
Microsoft.AspNetCore.Http.Abstractions.Tests (2)
RouteValueDictionaryTests.cs (2)
71var storage = dict._propertyStorage; 72var otherStorage = other._propertyStorage;