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