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