3 references to IsGeneratedSymbolWithGeneratedCodeAttribute
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
1336
GeneratedCodeUtilities.
IsGeneratedSymbolWithGeneratedCodeAttribute
(symbol, generatedCodeAttribute))
2280
if (_lazyGeneratedCodeAttribute != null && GeneratedCodeUtilities.
IsGeneratedSymbolWithGeneratedCodeAttribute
(symbol, _lazyGeneratedCodeAttribute))
SourceGeneration\GeneratedCodeUtilities.cs (1)
45
return symbol.ContainingSymbol != null &&
IsGeneratedSymbolWithGeneratedCodeAttribute
(symbol.ContainingSymbol, generatedCodeAttribute);