3 references to CreateCSharpTestClass
Microsoft.CodeAnalysis.NetAnalyzers.UnitTests (3)
Microsoft.NetCore.Analyzers\Performance\PreferDictionaryTryAddOverGuardedAddTests.cs (3)
371
string testCode =
CreateCSharpTestClass
(codeSnippet);
372
string fixedCode =
CreateCSharpTestClass
(fixedCodeSnippet);
396
string testCode =
CreateCSharpTestClass
(codeSnippet);