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