4 writes to _propertyStorage
Microsoft.AspNetCore.Http.Abstractions (4)
Routing\RouteValueDictionary.cs (4)
152_propertyStorage = storage; 242_propertyStorage = dictionary._propertyStorage; 401_propertyStorage = null; 690_propertyStorage = null;
15 references to _propertyStorage
Microsoft.AspNetCore.Http.Abstractions (15)
Routing\RouteValueDictionary.cs (15)
239if (dictionary._propertyStorage != null) 242_propertyStorage = dictionary._propertyStorage; 398if (_propertyStorage != null) 431if (_propertyStorage == null) 615if (_propertyStorage == null) 628if (_propertyStorage != null) 630var storage = _propertyStorage; 656if (_propertyStorage != null || _arrayStorage.Length < capacity) 674if (_propertyStorage != null) 676var storage = _propertyStorage; 774Debug.Assert(_propertyStorage != null); 776var properties = _propertyStorage.Properties; 830if (dictionary._propertyStorage == null && ((uint)_index < (uint)dictionary._count)) 855if (dictionary._propertyStorage != null && ((uint)_index < (uint)dictionary._count)) 857var storage = dictionary._propertyStorage;