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>; 30await VerifyCS.VerifyAsync(source, "PublicTopLevelProgram.Generated.g.cs", ExpectedGeneratedSource); 56await VerifyCS.VerifyAsync(source, "PublicTopLevelProgram.Generated.g.cs", ExpectedGeneratedSource); 74await VerifyCS.VerifyAsync(source); 92await VerifyCS.VerifyAsync(source); 114await VerifyCS.VerifyAsync(source); 139await VerifyCS.VerifyAsync(source); 161await VerifyCS.VerifyAsync(source); 186await VerifyCS.VerifyAsync(source); 210await VerifyCS.VerifyAsync(source); 237await VerifyCS.VerifyAsync(source);