3 references to RazorSourceGeneratorTypeName
Microsoft.CodeAnalysis.CSharp.CodeStyle.UnitTests (3)
src\Analyzers\CSharp\Tests\ImplementInterface\ImplementInterfaceCodeFixTests_Razor.cs (3)
198Assert.DoesNotContain(RazorSourceGeneratorTypeName, sourceGeneratedDocument.FilePath); 220Assert.Contains(RazorSourceGeneratorTypeName, sourceGeneratedDocument.FilePath); 224Assert.DoesNotContain(RazorSourceGeneratorTypeName, sourceGeneratedDocument.FilePath);