4 writes to _propertyStorage
Microsoft.AspNetCore.Http.Abstractions (4)
Routing\RouteValueDictionary.cs (4)
152_propertyStorage = storage; 229_propertyStorage = dictionary._propertyStorage; 399_propertyStorage = null; 688_propertyStorage = null;
15 references to _propertyStorage
Microsoft.AspNetCore.Http.Abstractions (15)
Routing\RouteValueDictionary.cs (15)
226if (dictionary._propertyStorage != null) 229_propertyStorage = dictionary._propertyStorage; 396if (_propertyStorage != null) 429if (_propertyStorage == null) 613if (_propertyStorage == null) 626if (_propertyStorage != null) 628var storage = _propertyStorage; 654if (_propertyStorage != null || _arrayStorage.Length < capacity) 672if (_propertyStorage != null) 674var storage = _propertyStorage; 772Debug.Assert(_propertyStorage != null); 774var properties = _propertyStorage.Properties; 828if (dictionary._propertyStorage == null && ((uint)_index < (uint)dictionary._count)) 853if (dictionary._propertyStorage != null && ((uint)_index < (uint)dictionary._count)) 855var storage = dictionary._propertyStorage;