Skip to content

Commit ba32aa8

Browse files
committed
Revert "Fix setter for CandidateState.Values in reference assembly (#18278)"
This reverts commit 6ec28e8.
1 parent 2d0062d commit ba32aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Routing/ref/Microsoft.AspNetCore.Routing.Manual.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ internal static void SetValidity(ref Microsoft.AspNetCore.Routing.Matching.Candi
126126

127127
public partial struct CandidateState
128128
{
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 { } }
130130
}
131131

132132
internal sealed partial class DataSourceDependentMatcher : Microsoft.AspNetCore.Routing.Matching.Matcher

0 commit comments

Comments
 (0)