4 references to HasInternalAttribute
Microsoft.AspNetCore.Components.SdkAnalyzers (4)
InternalUsageAnalyzer.cs (4)
135
if (
HasInternalAttribute
(symbol))
145
if (IsInInternalNamespace(containingType) ||
HasInternalAttribute
(containingType))
164
if (
HasInternalAttribute
(symbol))
174
if (IsInInternalNamespace(containingType) ||
HasInternalAttribute
(containingType))