2 references to _key
Microsoft.AspNetCore.Components.Web (2)
Forms\Mapping\EditContextFormMappingExtensions.cs (2)
17context.Properties[_key] = mappingContext; 27if (context.Properties.TryGetValue(_key, out var result) && result is FormMappingContext mappingContext)