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)
184private bool HasInternalAttribute(ISymbol symbol) => _hasInternalAttribute(symbol);