1 write to _hasInternalAttribute
Microsoft.AspNetCore.Components.SdkAnalyzers (1)
InternalUsageAnalyzer.cs (1)
31
_hasInternalAttribute
= hasInternalAttribute ?? new Func<ISymbol, bool>((_) => false);
1 reference to _hasInternalAttribute
Microsoft.AspNetCore.Components.SdkAnalyzers (1)
InternalUsageAnalyzer.cs (1)
184
private bool HasInternalAttribute(ISymbol symbol) =>
_hasInternalAttribute
(symbol);