1 write to _key
Microsoft.AspNetCore.Components.WebAssembly (1)
src\Components\Shared\src\WebRootComponentManager.cs (1)
123
_key
= key;
3 references to _key
Microsoft.AspNetCore.Components.WebAssembly (3)
src\Components\Shared\src\WebRootComponentManager.cs (3)
144
if (!string.Equals(
_key
.LocationHash, newKey.Value.LocationHash, StringComparison.Ordinal) ||
145
!string.Equals(
_key
.FormattedComponentKey, newKey.Value.FormattedComponentKey, StringComparison.Ordinal))
151
if (!string.IsNullOrEmpty(
_key
.FormattedComponentKey))