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)
239
if (dictionary.
_propertyStorage
!= null)
242
_propertyStorage = dictionary.
_propertyStorage
;
398
if (
_propertyStorage
!= null)
431
if (
_propertyStorage
== null)
615
if (
_propertyStorage
== null)
628
if (
_propertyStorage
!= null)
630
var storage =
_propertyStorage
;
656
if (
_propertyStorage
!= null || _arrayStorage.Length < capacity)
674
if (
_propertyStorage
!= null)
676
var storage =
_propertyStorage
;
774
Debug.Assert(
_propertyStorage
!= null);
776
var properties =
_propertyStorage
.Properties;
830
if (dictionary.
_propertyStorage
== null && ((uint)_index < (uint)dictionary._count))
855
if (dictionary.
_propertyStorage
!= null && ((uint)_index < (uint)dictionary._count))
857
var storage = dictionary.
_propertyStorage
;