6 references to ThisParameterSymbol
Microsoft.CodeAnalysis.CSharp (5)
Symbols\Metadata\PE\PEMethodSymbol.cs (1)
412
_uncommonFields?._lazyThisParameter ?? InterlockedOperations.Initialize(ref AccessUncommonFields()._lazyThisParameter, new
ThisParameterSymbol
(this));
Symbols\Retargeting\RetargetingMethodSymbol.cs (1)
268
? new
ThisParameterSymbol
(this)
Symbols\Source\SourceMemberMethodSymbol.cs (1)
717
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);
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Symbols\EECompilationContextMethod.cs (1)
98
? new
ThisParameterSymbol
(this)