1 write to _lazyThisParameter
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedMethodSymbol.cs (1)
57
Interlocked.CompareExchange(ref
_lazyThisParameter
, new ThisParameterSymbol(this), null);
2 references to _lazyThisParameter
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedMethodSymbol.cs (2)
55
if ((object)
_lazyThisParameter
== null)
60
thisParameter =
_lazyThisParameter
;