提交 b546cf3b 编写于 作者: C Cyrus Najmabadi

New subtype.

上级 205d2689
...@@ -35,7 +35,7 @@ namespace Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator ...@@ -35,7 +35,7 @@ namespace Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator
/// preserve semantics. /// preserve semantics.
/// </summary> /// </summary>
[DiagnosticAnalyzer(LanguageNames.CSharp), Shared] [DiagnosticAnalyzer(LanguageNames.CSharp), Shared]
internal partial class CSharpUseIndexOperatorDiagnosticAnalyzer : AbstractCodeStyleDiagnosticAnalyzer internal partial class CSharpUseIndexOperatorDiagnosticAnalyzer : AbstractBuiltInCodeStyleDiagnosticAnalyzer
{ {
public CSharpUseIndexOperatorDiagnosticAnalyzer() public CSharpUseIndexOperatorDiagnosticAnalyzer()
: base(IDEDiagnosticIds.UseIndexOperatorDiagnosticId, : base(IDEDiagnosticIds.UseIndexOperatorDiagnosticId,
......
...@@ -27,7 +27,7 @@ namespace Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator ...@@ -27,7 +27,7 @@ namespace Microsoft.CodeAnalysis.CSharp.UseIndexOrRangeOperator
/// could always limit the feature to only work on a whitelist of known safe types. /// could always limit the feature to only work on a whitelist of known safe types.
/// </summary> /// </summary>
[DiagnosticAnalyzer(LanguageNames.CSharp), Shared] [DiagnosticAnalyzer(LanguageNames.CSharp), Shared]
internal partial class CSharpUseRangeOperatorDiagnosticAnalyzer : AbstractCodeStyleDiagnosticAnalyzer internal partial class CSharpUseRangeOperatorDiagnosticAnalyzer : AbstractBuiltInCodeStyleDiagnosticAnalyzer
{ {
public const string UseIndexer = nameof(UseIndexer); public const string UseIndexer = nameof(UseIndexer);
public const string ComputedRange = nameof(ComputedRange); public const string ComputedRange = nameof(ComputedRange);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册