3 instantiations of DoNothingGenerator
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
9451
generators: new[] { new
DoNothingGenerator
().AsSourceGenerator() });
9483
generators: new[] { new
DoNothingGenerator
().AsSourceGenerator() });
9510
generators: new[] { new
DoNothingGenerator
().AsSourceGenerator() });
4 references to DoNothingGenerator
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (4)
CommandLineTests.cs (4)
9459
Assert.Contains(typeof(
DoNothingGenerator
).FullName, output, StringComparison.Ordinal);
9490
Assert.Contains(typeof(
DoNothingGenerator
).FullName, output, StringComparison.Ordinal);
9516
Assert.Contains(typeof(
DoNothingGenerator
).FullName, output, StringComparison.Ordinal);
9564
var args = new List<string>() { "/reportanalyzer", "/t:library", "/a:" + typeof(
DoNothingGenerator
).Assembly.Location, srcFile.Path };