2 writes to _scopes
Microsoft.AspNetCore.Components.Endpoints (2)
Assets\ImportMapDefinition.cs (2)
42_scopes = scopes?.ToDictionary( 134importMap._scopes ??= [];
4 references to _scopes
Microsoft.AspNetCore.Components.Endpoints (4)
Assets\ImportMapDefinition.cs (4)
137if (importMap._scopes.TryGetValue(key, out var existingScope) && existingScope != null) 141((Dictionary<string, string>)importMap._scopes[key])[scopeKey] = scopeValue; 146importMap._scopes[key] = new Dictionary<string, string>(value); 188public IReadOnlyDictionary<string, IReadOnlyDictionary<string, string>>? Scopes { get => _scopes; }