1 write to _lazyShouldEmit
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedStaticConstructor.cs (1)
392
_lazyShouldEmit
= shouldEmit.ToThreeState();
2 references to _lazyShouldEmit
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedStaticConstructor.cs (2)
386
if (
_lazyShouldEmit
.HasValue())
388
return
_lazyShouldEmit
.Value();