1 write to _lifetime
Microsoft.AspNetCore.Components (1)
ParameterView.cs (1)
36
_lifetime
= lifetime;
3 references to _lifetime
Microsoft.AspNetCore.Components (3)
ParameterView.cs (3)
47
internal ParameterViewLifetime Lifetime =>
_lifetime
;
55
_lifetime
.AssertNotExpired();
132
=> new ParameterView(
_lifetime
, _frames, _ownerIndex, cascadingParameters);