| File: DiagnosticIds.cs | Web Access |
| Project: src\src\Razor\src\Analyzers\Razor.Diagnostics.Analyzers\Razor.Diagnostics.Analyzers.csproj (Razor.Diagnostics.Analyzers) |
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Razor.Diagnostics.Analyzers; internal static class DiagnosticIds { public const string PooledArrayBuilderAsRef = "RZD001"; public const string IRemoteJsonServiceParameter = "RZD002"; public const string ImmutableArrayBoxing = "RZD003"; } |