1 write to _lazyThisParameter
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedInstanceMethodSymbol.cs (1)
51
Interlocked.CompareExchange(ref
_lazyThisParameter
, new ThisParameterSymbol(this), null);
2 references to _lazyThisParameter
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedInstanceMethodSymbol.cs (2)
49
if ((object)
_lazyThisParameter
== null)
54
thisParameter =
_lazyThisParameter
;