2 references to s_CA9999_UseOfVariableThatStartsWithX
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.vb (2)
31
Return ImmutableArray.Create(
s_CA9999_UseOfVariableThatStartsWithX
)
42
context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
s_CA9999_UseOfVariableThatStartsWithX
, id.GetLocation, id.Identifier.ValueText))