5 references to ThisParameterSymbol
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
440
_uncommonFields?._lazyThisParameter ?? InterlockedOperations.Initialize(ref AccessUncommonFields()._lazyThisParameter, new
ThisParameterSymbol
(this));
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
268
? new
ThisParameterSymbol
(this)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
822
Interlocked.CompareExchange(ref _lazyThisParameter, new
ThisParameterSymbol
(this), null);
Symbols\SubstitutedMethodSymbol.cs (1)
326
? new
ThisParameterSymbol
(this)
Symbols\Synthesized\SynthesizedInstanceMethodSymbol.cs (1)
51
Interlocked.CompareExchange(ref _lazyThisParameter, new
ThisParameterSymbol
(this), null);