1 reference to IsGeneratedSymbolWithGeneratedCodeAttribute
Roslyn.Diagnostics.Analyzers (1)
src\Compilers\Core\Portable\SourceGeneration\GeneratedCodeUtilities.cs (1)
45
return symbol.ContainingSymbol != null &&
IsGeneratedSymbolWithGeneratedCodeAttribute
(symbol.ContainingSymbol, generatedCodeAttribute);