4 instantiations of 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);
13 references to ParserContext
Microsoft.AspNetCore.Rewrite (13)
ApacheModRewrite\ConditionPatternParser.cs (2)
34var context = new ParserContext(condition); 141private static ParsedModRewriteInput ParseProperty(ParserContext context, bool invert)
ApacheModRewrite\ServerVariables.cs (1)
21public static PatternSegment FindServerVariable(string serverVariable, ParserContext context)
ApacheModRewrite\TestStringParser.cs (3)
38var context = new ParserContext(testString); 91private static void ParseConditionParameter(ParserContext context, IList<PatternSegment> results) 148private static void ParseLiteral(ParserContext context, IList<PatternSegment> results)
ApacheModRewrite\Tokenizer.cs (1)
31var context = new ParserContext(rule);
IISUrlRewrite\InputParser.cs (5)
52var context = new ParserContext(testString); 56private Pattern ParseString(ParserContext context, UriMatchPart uriMatchPart) 85private void ParseParameter(ParserContext context, IList<PatternSegment> results, UriMatchPart uriMatchPart) 174private static int GetBackReferenceIndex(ParserContext context) 204private static void ParseLiteral(ParserContext context, IList<PatternSegment> results)
IISUrlRewrite\ServerVariables.cs (1)
20public static PatternSegment FindServerVariable(string serverVariable, ParserContext context, UriMatchPart uriMatchPart, bool alwaysUseManagedServerVariables)