2 writes to
Microsoft.AspNetCore.Rewrite (1)
IISUrlRewrite\RewriteMapParser.cs (1)
27map[addElement.Attribute(RewriteTags.Key)!.Value.ToLowerInvariant()] = addElement.Attribute(RewriteTags.Value)!.Value;
Microsoft.AspNetCore.Rewrite.Tests (1)
IISUrlRewrite\InputParserTests.cs (1)
144map[expectedKey] = expectedValue;
2 references to
Microsoft.AspNetCore.Rewrite (1)
PatternSegments\RewriteMapSegment.cs (1)
22return _rewriteMap[key];
Microsoft.AspNetCore.Rewrite.Tests (1)
IISUrlRewrite\RewriteMapParserTests.cs (1)
37Assert.Equal(expectedValue, actualMap[expectedKey]);