提交 696a16be 编写于 作者: C Charles Stoner

Merge pull request #4744 from cston/AsImmutable

Remove unnecessary call to AsImmutableOrEmpty
......@@ -164,7 +164,7 @@ public sealed class DiagnosticDescriptor : IEquatable<DiagnosticDescriptor>
this.IsEnabledByDefault = isEnabledByDefault;
this.Description = description ?? string.Empty;
this.HelpLinkUri = helpLinkUri ?? string.Empty;
this.CustomTags = customTags.AsImmutableOrEmpty();
this.CustomTags = customTags;
}
public bool Equals(DiagnosticDescriptor other)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册