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