2 references to DoNotUseRenderTreeTypes
Microsoft.AspNetCore.Components.Analyzers (2)
ComponentInternalUsageDiagnosticAnalzyer.cs (2)
26
_inner = new InternalUsageAnalyzer(IsInInternalNamespace, hasInternalAttribute: null, DiagnosticDescriptors.
DoNotUseRenderTreeTypes
);
29
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(DiagnosticDescriptors.
DoNotUseRenderTreeTypes
);