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