11 references to CSharpSourceGeneratorVerifier
Microsoft.AspNetCore.App.Analyzers.Test (11)
SourceGenerators\PublicTopLevelProgramGeneratorTests.cs (11)
4using VerifyCS = Microsoft.AspNetCore.Analyzers.Verifiers.CSharpSourceGeneratorVerifier<Microsoft.AspNetCore.SourceGenerators.PublicProgramSourceGenerator>; 31await VerifyCS.VerifyAsync(source, "PublicTopLevelProgram.Generated.g.cs", ExpectedGeneratedSource); 57await VerifyCS.VerifyAsync(source, "PublicTopLevelProgram.Generated.g.cs", ExpectedGeneratedSource); 75await VerifyCS.VerifyAsync(source); 93await VerifyCS.VerifyAsync(source); 115await VerifyCS.VerifyAsync(source); 140await VerifyCS.VerifyAsync(source); 162await VerifyCS.VerifyAsync(source); 187await VerifyCS.VerifyAsync(source); 211await VerifyCS.VerifyAsync(source); 238await VerifyCS.VerifyAsync(source);