4 references to ParserContext
Microsoft.AspNetCore.Rewrite (4)
ApacheModRewrite\ConditionPatternParser.cs (1)
34var context = new ParserContext(condition);
ApacheModRewrite\TestStringParser.cs (1)
38var context = new ParserContext(testString);
ApacheModRewrite\Tokenizer.cs (1)
31var context = new ParserContext(rule);
IISUrlRewrite\InputParser.cs (1)
52var context = new ParserContext(testString);