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