Skip to content

Commit

Permalink
Merge pull request #3269 from genlu/Port76
Browse files Browse the repository at this point in the history
Port "DiagnosticDescriptor id fix"
  • Loading branch information
genlu authored Feb 6, 2020
2 parents 3cc0345 + 59bb76b commit 74134b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ internal sealed class TypeConversionAllocationAnalyzer : AbstractAllocationAnaly
public const string ValueTypeToReferenceTypeConversionRuleId = "HAA0601";
public const string DelegateOnStructInstanceRuleId = "HAA0602";
public const string MethodGroupAllocationRuleId = "HAA0603";
public const string ReadonlyMethodGroupAllocationRuleId = "HeapAnalyzerReadonlyMethodGroupAllocationRule";
public const string ReadonlyMethodGroupAllocationRuleId = "HAA0604";

private static readonly LocalizableString s_localizableValueTypeToReferenceTypeConversionRuleTitle = new LocalizableResourceString(nameof(AnalyzersResources.ValueTypeToReferenceTypeConversionRuleTitle), AnalyzersResources.ResourceManager, typeof(AnalyzersResources));
private static readonly LocalizableString s_localizableValueTypeToReferenceTypeConversionRuleMessage = new LocalizableResourceString(nameof(AnalyzersResources.ValueTypeToReferenceTypeConversionRuleMessage), AnalyzersResources.ResourceManager, typeof(AnalyzersResources));
Expand Down

0 comments on commit 74134b6

Please sign in to comment.