1 write to _helloOptions
RoutingWebSite (1)
HelloExtension\HelloMiddleware.cs (1)
18_helloOptions = helloOptions.Value;
2 references to _helloOptions
RoutingWebSite (2)
HelloExtension\HelloMiddleware.cs (2)
22if (!string.IsNullOrEmpty(_helloOptions.Greeter)) 25payload.AddRange(Encoding.UTF8.GetBytes(_helloOptions.Greeter));