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