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