13 references to DiagnosticDescriptors
Microsoft.AspNetCore.Components.SdkAnalyzers (13)
ComponentInternalUsageDiagnosticAnalzyer.cs (2)
26_inner = new InternalUsageAnalyzer(IsInInternalNamespace, hasInternalAttribute: null, DiagnosticDescriptors.DoNotUseRenderTreeTypes); 29public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(DiagnosticDescriptors.DoNotUseRenderTreeTypes);
ComponentParameterAnalyzer.cs (8)
21DiagnosticDescriptors.ComponentParametersShouldBePublic, 22DiagnosticDescriptors.ComponentParameterSettersShouldBePublic, 23DiagnosticDescriptors.ComponentParameterCaptureUnmatchedValuesMustBeUnique, 24DiagnosticDescriptors.ComponentParameterCaptureUnmatchedValuesHasWrongType, 79DiagnosticDescriptors.ComponentParametersShouldBePublic, 86DiagnosticDescriptors.ComponentParameterSettersShouldBePublic, 100DiagnosticDescriptors.ComponentParameterCaptureUnmatchedValuesHasWrongType, 114DiagnosticDescriptors.ComponentParameterCaptureUnmatchedValuesMustBeUnique,
ComponentParametersShouldBePublicCodeFixProvider.cs (1)
23=> ImmutableArray.Create(DiagnosticDescriptors.ComponentParametersShouldBePublic.Id);
ComponentParameterUsageAnalyzer.cs (2)
19DiagnosticDescriptors.ComponentParametersShouldNotBeSetOutsideOfTheirDeclaredComponent, 106DiagnosticDescriptors.ComponentParametersShouldNotBeSetOutsideOfTheirDeclaredComponent,