2 references to ITypeSymbolExtensions
Microsoft.CodeAnalysis.Analyzers (2)
MetaAnalyzers\CompilerExtensionStrictApiAnalyzer.cs (1)
174
$"Expected attributes returned by {nameof(ISymbol.GetAttributes)} (as opposed to {nameof(
ITypeSymbolExtensions
.GetApplicableAttributes)}) to have a non-null application.");
MetaAnalyzers\CompilerExtensionTargetFrameworkAnalyzer.cs (1)
123
$"Expected attributes returned by {nameof(ISymbol.GetAttributes)} (as opposed to {nameof(
ITypeSymbolExtensions
.GetApplicableAttributes)}) to have a non-null application.");