File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ internal static void SetValidity(ref Microsoft.AspNetCore.Routing.Matching.Candi
126
126
127
127
public partial struct CandidateState
128
128
{
129
- public Microsoft . AspNetCore . Routing . RouteValueDictionary Values { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] internal set { } }
129
+ public Microsoft . AspNetCore . Routing . RouteValueDictionary Values { [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] get { throw null ; } [ System . Runtime . CompilerServices . CompilerGeneratedAttribute ] set { } }
130
130
}
131
131
132
132
internal sealed partial class DataSourceDependentMatcher : Microsoft . AspNetCore . Routing . Matching . Matcher
You can’t perform that action at this time.
0 commit comments