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