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)
17public string? IncomingHandlerName => _incomingHandlerName; 32incomingHandlerName = _incomingHandlerName;