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