3 instantiations of DoNothingGenerator
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
9452
generators: new[] { new
DoNothingGenerator
().AsSourceGenerator() });
9484
generators: new[] { new
DoNothingGenerator
().AsSourceGenerator() });
9511
generators: new[] { new
DoNothingGenerator
().AsSourceGenerator() });
4 references to DoNothingGenerator
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (4)
CommandLineTests.cs (4)
9460
Assert.Contains(typeof(
DoNothingGenerator
).FullName, output, StringComparison.Ordinal);
9491
Assert.Contains(typeof(
DoNothingGenerator
).FullName, output, StringComparison.Ordinal);
9517
Assert.Contains(typeof(
DoNothingGenerator
).FullName, output, StringComparison.Ordinal);
9565
var args = new List<string>() { "/reportanalyzer", "/t:library", "/a:" + typeof(
DoNothingGenerator
).Assembly.Location, srcFile.Path };