File tree Expand file tree Collapse file tree
StyleCop.Analyzers/StyleCop.Analyzers.Test/Verifiers Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,13 +171,13 @@ public CSharpTest(LanguageVersion? languageVersion)
171171 }
172172 }
173173
174- public SourceFileList TestSources => TestState . Sources ;
174+ public SourceFileList TestSources => this . TestState . Sources ;
175175
176- public SourceFileList FixedSources => FixedState . Sources ;
176+ public SourceFileList FixedSources => this . FixedState . Sources ;
177177
178- public SourceFileCollection FixedAdditionalFiles => FixedState . AdditionalFiles ;
178+ public SourceFileCollection FixedAdditionalFiles => this . FixedState . AdditionalFiles ;
179179
180- public List < DiagnosticResult > RemainingDiagnostics => FixedState . ExpectedDiagnostics ;
180+ public List < DiagnosticResult > RemainingDiagnostics => this . FixedState . ExpectedDiagnostics ;
181181
182182 /// <summary>
183183 /// Gets or sets the value of the <see cref="FormattingOptions.IndentationSize"/> to apply to the test
You can’t perform that action at this time.
0 commit comments