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