3 references to IDE0005_gen
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Diagnostics\RazorTranslateDiagnosticsService.cs (1)
490
Constants.DiagnosticIds.
IDE0005_gen
=> IsUsingDirectiveUsed(diagnostic, codeDocument),
Microsoft.CodeAnalysis.Remote.Razor (2)
Diagnostics\RemoteDiagnosticsService.cs (2)
80
if (diagnostic.Code is { Value: EAConstants.DiagnosticIds.
IDE0005_gen
})
135
Code = EAConstants.DiagnosticIds.
IDE0005_gen
,