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)
159key = _key; 180if (!string.Equals(_key.LocationHash, newKey.Value.LocationHash, StringComparison.Ordinal) || 181!string.Equals(_key.FormattedComponentKey, newKey.Value.FormattedComponentKey, StringComparison.Ordinal)) 187if (!string.IsNullOrEmpty(_key.FormattedComponentKey))