2 instantiations of DoNothingGenerator
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
9449generators: new[] { new DoNothingGenerator().AsSourceGenerator() });
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
CommandLineTests.vb (1)
8961generators:={New DoNothingGenerator().AsSourceGenerator()})
3 references to DoNothingGenerator
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
9457Assert.Contains(typeof(DoNothingGenerator).FullName, output, StringComparison.Ordinal); 9501var args = new List<string>() { "/reportanalyzer", "/t:library", "/a:" + typeof(DoNothingGenerator).Assembly.Location, srcFile.Path };
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
CommandLineTests.vb (1)
8969Assert.Contains(GetType(DoNothingGenerator).FullName, output, StringComparison.Ordinal)