1 write to _lazyGeneratedCodeAttribute
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerDriver.cs (1)
423
_lazyGeneratedCodeAttribute
= analyzerExecutor.Compilation?.GetTypeByMetadataName("System.CodeDom.Compiler.GeneratedCodeAttribute");
5 references to _lazyGeneratedCodeAttribute
Microsoft.CodeAnalysis (5)
DiagnosticAnalyzer\AnalyzerDriver.cs (5)
1261
if (
_lazyGeneratedCodeAttribute
!= null)
1290
Debug.Assert(
_lazyGeneratedCodeAttribute
!= null);
1301
generatedCodeSymbols = computeGeneratedCodeSymbolsInTree(tree, compilation,
_lazyGeneratedCodeAttribute
, cancellationToken);
2280
if (
_lazyGeneratedCodeAttribute
!= null && GeneratedCodeUtilities.IsGeneratedSymbolWithGeneratedCodeAttribute(symbol,
_lazyGeneratedCodeAttribute
))