1 write to _key
Microsoft.AspNetCore.Components.Server (1)
src\Components\Shared\src\WebRootComponentManager.cs (1)
147
_key
= key;
4 references to _key
Microsoft.AspNetCore.Components.Server (4)
src\Components\Shared\src\WebRootComponentManager.cs (4)
159
key =
_key
;
180
if (!string.Equals(
_key
.LocationHash, newKey.Value.LocationHash, StringComparison.Ordinal) ||
181
!string.Equals(
_key
.FormattedComponentKey, newKey.Value.FormattedComponentKey, StringComparison.Ordinal))
187
if (!string.IsNullOrEmpty(
_key
.FormattedComponentKey))