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)
226
if (dictionary.
_propertyStorage
!= null)
229
_propertyStorage = dictionary.
_propertyStorage
;
396
if (
_propertyStorage
!= null)
429
if (
_propertyStorage
== null)
613
if (
_propertyStorage
== null)
626
if (
_propertyStorage
!= null)
628
var storage =
_propertyStorage
;
654
if (
_propertyStorage
!= null || _arrayStorage.Length < capacity)
672
if (
_propertyStorage
!= null)
674
var storage =
_propertyStorage
;
772
Debug.Assert(
_propertyStorage
!= null);
774
var properties =
_propertyStorage
.Properties;
828
if (dictionary.
_propertyStorage
== null && ((uint)_index < (uint)dictionary._count))
853
if (dictionary.
_propertyStorage
!= null && ((uint)_index < (uint)dictionary._count))
855
var storage = dictionary.
_propertyStorage
;