Fix setter for CandidateState.Values in reference assembly (#18278)
This commit is contained in:
parent
67424e78a4
commit
6ec28e8715
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue