1 instantiation of AttributesShouldNotBeAppliedToPageModelAnalyzer
Mvc.Analyzers.Test (1)
AttributesShouldNotBeAppliedToPageModelAnalyzerTest.cs (1)
393protected override IEnumerable<DiagnosticAnalyzer> GetDiagnosticAnalyzers() => new[] { new AttributesShouldNotBeAppliedToPageModelAnalyzer() };
2 references to AttributesShouldNotBeAppliedToPageModelAnalyzer
Mvc.Analyzers.Test (2)
AttributesShouldNotBeAppliedToPageModelAnalyzerTest.cs (1)
386private sealed class AttributesShouldNotBeAppliedToPageModelCSharpAnalzyerTest : CSharpAnalyzerTest<AttributesShouldNotBeAppliedToPageModelAnalyzer, XUnitVerifier>
TagHelpersInCodeBlocksAnalyzerTest.cs (1)
911private sealed class TagHelpersInCodeBlocksCSharpAnalzyerTest : CSharpAnalyzerTest<AttributesShouldNotBeAppliedToPageModelAnalyzer, XUnitVerifier>