1 write to _declaration
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (1)
33
_declaration
= declaration;
2 references to _declaration
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedSimpleProgramEntryPointSymbol.cs (2)
223
protected override object MethodChecksLockObject =>
_declaration
;
271
if (
_declaration
.SyntaxReference.SyntaxTree == tree)