1 write to _lazyThisParameter
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
822
Interlocked.CompareExchange(ref
_lazyThisParameter
, new ThisParameterSymbol(this), null);
2 references to _lazyThisParameter
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMemberMethodSymbol.cs (2)
816
thisParameter =
_lazyThisParameter
;
823
thisParameter =
_lazyThisParameter
;