4 references to Scopes
Microsoft.AspNetCore.Components.Endpoints (4)
Assets\ImportMapDefinition.cs (2)
132if (item.Scopes != null) 135foreach (var (key, value) in item.Scopes)
ImportMapSerializerContext.ImportMapDefinition.g.cs (2)
78Getter = static obj => ((global::Microsoft.AspNetCore.Components.ImportMapDefinition)obj).Scopes, 129IReadOnlyDictionaryStringIReadOnlyDictionaryStringStringSerializeHandler(writer, ((global::Microsoft.AspNetCore.Components.ImportMapDefinition)value).Scopes);