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