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)
144if (!string.Equals(_key.LocationHash, newKey.Value.LocationHash, StringComparison.Ordinal) || 145!string.Equals(_key.FormattedComponentKey, newKey.Value.FormattedComponentKey, StringComparison.Ordinal)) 151if (!string.IsNullOrEmpty(_key.FormattedComponentKey))