1 instantiation of InternalUsageAnalyzer
Microsoft.AspNetCore.Components.Analyzers (1)
ComponentInternalUsageDiagnosticAnalzyer.cs (1)
26
_inner = new
InternalUsageAnalyzer
(IsInInternalNamespace, hasInternalAttribute: null, DiagnosticDescriptors.DoNotUseRenderTreeTypes);
1 reference to InternalUsageAnalyzer
Microsoft.AspNetCore.Components.Analyzers (1)
ComponentInternalUsageDiagnosticAnalzyer.cs (1)
21
private readonly
InternalUsageAnalyzer
_inner;