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)
822Interlocked.CompareExchange(ref _lazyThisParameter, new ThisParameterSymbol(this), null);
Symbols\SubstitutedMethodSymbol.cs (1)
326? new ThisParameterSymbol(this)
Symbols\Synthesized\SynthesizedInstanceMethodSymbol.cs (1)
51Interlocked.CompareExchange(ref _lazyThisParameter, new ThisParameterSymbol(this), null);