2 references to s_CA9999_UseOfVariableThatStartsWithX
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.cs (2)
45
return ImmutableArray.Create(
s_CA9999_UseOfVariableThatStartsWithX
);
59
context.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
s_CA9999_UseOfVariableThatStartsWithX
, id.Location, id.Identifier.ValueText));