12 references to Capture
Microsoft.AspNetCore.Rewrite (12)
ApacheModRewrite\TestStringParser.cs (5)
63var ruleVariable = context.Capture()!; 118var rawServerVariable = context.Capture()!; 127var rawConditionParameter = context.Capture()!; 156literal = context.Capture(); 162literal = context.Capture();
ApacheModRewrite\Tokenizer.cs (2)
66var token = context.Capture(); 90var done = context.Capture();
IISUrlRewrite\InputParser.cs (5)
100parameter = context.Capture(); 106parameter = context.Capture(); 190var res = context.Capture(); 212literal = context.Capture(); 219literal = context.Capture();