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