1 write to PolicyFragments
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\RoutePattern\RoutePatternNodes.cs (1)
320
PolicyFragments
= policyFragments;
7 references to PolicyFragments
Microsoft.AspNetCore.App.Analyzers (7)
Infrastructure\AmbiguousRoutePatternComparer.cs (5)
127
if (x.
PolicyFragments
.Length != y.
PolicyFragments
.Length)
132
for (var i = 0; i < x.
PolicyFragments
.Length; i++)
134
var xPart = x.
PolicyFragments
[i];
135
var yPart = y.
PolicyFragments
[i];
Infrastructure\RoutePattern\RoutePatternNodes.cs (2)
326
internal override int ChildCount =>
PolicyFragments
.Length + 1;
332
_ =>
PolicyFragments
[index - 1],