File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ public abstract partial class TransitiveMembersGenerator<TInfo> : IIncrementalGe
33
33
/// <summary>
34
34
/// The sequence of member declarations for sealed types.
35
35
/// </summary>
36
- private ImmutableArray < MemberDeclarationSyntax > sealedMemberDeclarations ;
36
+ private readonly ImmutableArray < MemberDeclarationSyntax > sealedMemberDeclarations ;
37
37
38
38
/// <summary>
39
39
/// The resulting sequence of member declarations for non sealed types.
40
40
/// </summary>
41
- private ImmutableArray < MemberDeclarationSyntax > nonSealedMemberDeclarations ;
41
+ private readonly ImmutableArray < MemberDeclarationSyntax > nonSealedMemberDeclarations ;
42
42
43
43
/// <summary>
44
44
/// Initializes a new instance of the <see cref="TransitiveMembersGenerator{TInfo}"/> class.
You can’t perform that action at this time.
0 commit comments