From 6ec28e871581b579d070b838b8cc00db03161dbe Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 15 Jan 2020 11:02:08 -0800 Subject: [PATCH] Fix setter for CandidateState.Values in reference assembly (#18278) --- src/Http/Routing/ref/Microsoft.AspNetCore.Routing.Manual.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Routing/ref/Microsoft.AspNetCore.Routing.Manual.cs b/src/Http/Routing/ref/Microsoft.AspNetCore.Routing.Manual.cs index 7d939eeb89..3ce07a7861 100644 --- a/src/Http/Routing/ref/Microsoft.AspNetCore.Routing.Manual.cs +++ b/src/Http/Routing/ref/Microsoft.AspNetCore.Routing.Manual.cs @@ -126,7 +126,7 @@ namespace Microsoft.AspNetCore.Routing.Matching public partial struct CandidateState { - public Microsoft.AspNetCore.Routing.RouteValueDictionary Values { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } } + public Microsoft.AspNetCore.Routing.RouteValueDictionary Values { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]internal set { } } } internal sealed partial class DataSourceDependentMatcher : Microsoft.AspNetCore.Routing.Matching.Matcher