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