12 references to UnboundIdentifierId
Microsoft.CodeAnalysis.CSharp.Features (5)
AddImport\CSharpAddImportCodeFixProvider.cs (1)
163IDEDiagnosticIds.UnboundIdentifierId);
AddImport\CSharpAddImportFeatureService.cs (1)
176case IDEDiagnosticIds.UnboundIdentifierId:
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (1)
43get { return ImmutableArray.Create(CS0103, CS0117, CS0234, CS0246, CS0305, CS0308, CS0426, CS0616, IDEDiagnosticIds.UnboundIdentifierId); }
Diagnostics\Analyzers\CSharpUnboundIdentifiersDiagnosticAnalyzer.cs (1)
26=> GetDiagnosticDescriptor(IDEDiagnosticIds.UnboundIdentifierId, _nameNotInContextMessageFormat);
FullyQualify\CSharpFullyQualifyCodeFixProvider.cs (1)
50ImmutableArray.Create(CS0103, CS0104, CS0246, CS0305, CS0308, IDEDiagnosticIds.UnboundIdentifierId);
Microsoft.CodeAnalysis.VisualBasic.Features (7)
AddImport\VisualBasicAddImportCodeFixProvider.vb (1)
99BC36719, BC30512, BC30390, BC42309, BC30182, BC36930, IDEDiagnosticIds.UnboundIdentifierId)
AddImport\VisualBasicAddImportFeatureService.vb (2)
99IDEDiagnosticIds.UnboundIdentifierId, 136IDEDiagnosticIds.UnboundIdentifierId,
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.vb (1)
39Return ImmutableArray.Create(BC30002, IDEDiagnosticIds.UnboundIdentifierId, BC30182, BC30451, BC30456, BC32042, BC32043, BC32045, BC40056)
Diagnostics\Analyzers\VisualBasicUnboundIdentifiersDiagnosticAnalyzer.vb (1)
23Return GetDiagnosticDescriptor(IDEDiagnosticIds.UnboundIdentifierId, _messageFormat)
FullyQualify\VisualBasicFullyQualifyCodeFixProvider.vb (1)
49ImmutableArray.Create(BC30002, IDEDiagnosticIds.UnboundIdentifierId, BC30451, BC30561, BC40056, BC32045)
SpellCheck\VisualBasicSpellCheckCodeFixProvider.vb (1)
48Return ImmutableArray.Create(BC30002, IDEDiagnosticIds.UnboundIdentifierId, BC30451, BC30456, BC32045)