2 writes to ResolutionInProgress
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Metadata\FormDataMetadataFactory.cs (2)
327
ResolutionInProgress
= true;
336
ResolutionInProgress
= false;
3 references to ResolutionInProgress
Microsoft.AspNetCore.Components.Endpoints (3)
FormMapping\Metadata\FormDataMetadataFactory.cs (3)
28
var shouldClearContext = !_context.
ResolutionInProgress
;
323
if (
ResolutionInProgress
)
332
if (!
ResolutionInProgress
)