File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/Http/Http.Abstractions/src/Routing Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,6 @@ public RouteValueDictionary()
95
95
/// property names are keys, and property values are the values, and copied into the dictionary.
96
96
/// Only public instance non-index properties are considered.
97
97
/// </remarks>
98
- [ RequiresUnreferencedCode ( "RouteValueDictionary uses reflection to generate the route values." ) ]
99
98
public RouteValueDictionary ( object ? values )
100
99
{
101
100
if ( values is RouteValueDictionary dictionary )
@@ -745,7 +744,6 @@ internal class PropertyStorage
745
744
public readonly object Value ;
746
745
public readonly PropertyHelper [ ] Properties ;
747
746
748
- [ RequiresUnreferencedCode ( "PropertyStorage uses reflection to get property values." ) ]
749
747
public PropertyStorage ( object value )
750
748
{
751
749
Debug . Assert ( value != null ) ;
You can’t perform that action at this time.
0 commit comments