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