1 write to _fallbackThunk
Microsoft.AspNetCore.Rewrite (1)
PatternSegments\IISServerVariableSegment.cs (1)
16
_fallbackThunk
= fallbackThunk;
1 reference to _fallbackThunk
Microsoft.AspNetCore.Rewrite (1)
PatternSegments\IISServerVariableSegment.cs (1)
21
return context.HttpContext.GetServerVariable(_variableName) ??
_fallbackThunk
().Evaluate(context, ruleBackReferences, conditionBackReferences);