File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ public sealed class Closure
160160 public readonly ChainSegment [ ] ? BP0 ;
161161 public readonly ChainSegment [ ] [ ] ? BPA ;
162162
163- public readonly object ? [ ] A ;
163+ public readonly object ? [ ] A ; // NOSONAR: public since 2020; reflection-based codegen in this file needs public GetField lookup
164164
165165 internal Closure (
166166 List < KeyValuePair < ConstantExpression , PathInfo > > pathInfos ,
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ private PathInfo(
105105 /// </summary>
106106 // [MemberNotNullWhen(true, nameof(Segments), nameof(TrimmedPath))]
107107 public readonly bool IsVariable ;
108- public readonly PathSegment [ ] ? Segments ;
108+ public readonly PathSegment [ ] ? Segments ; // NOSONAR: public since v1.0 (2020); staying public avoids a breaking API change
109109 public readonly string Path ;
110110 public readonly string ? TrimmedPath ;
111111
You can’t perform that action at this time.
0 commit comments