1 write to _incomingHandlerName
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\HttpContextFormDataProvider.cs (1)
25
_incomingHandlerName
= incomingHandlerName;
2 references to _incomingHandlerName
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\HttpContextFormDataProvider.cs (2)
17
public string? IncomingHandlerName =>
_incomingHandlerName
;
32
incomingHandlerName =
_incomingHandlerName
;