5 references to UnboundIdentifierId
Microsoft.CodeAnalysis.CSharp.Features (5)
AddImport\CSharpAddImportCodeFixProvider.cs (1)
188
IDEDiagnosticIds.
UnboundIdentifierId
];
AddImport\CSharpAddImportFeatureService.cs (1)
179
case IDEDiagnosticIds.
UnboundIdentifierId
:
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (1)
38
=> [CS0103, CS0117, CS0234, CS0246, CS0305, CS0308, CS0426, CS0616, CS1574, IDEDiagnosticIds.
UnboundIdentifierId
];
Diagnostics\Analyzers\CSharpUnboundIdentifiersDiagnosticAnalyzer.cs (1)
26
=> GetDiagnosticDescriptor(IDEDiagnosticIds.
UnboundIdentifierId
, _nameNotInContextMessageFormat);
FullyQualify\CSharpFullyQualifyCodeFixProvider.cs (1)
46
[CS0103, CS0104, CS0246, CS0305, CS0308, IDEDiagnosticIds.
UnboundIdentifierId
];