13 implementations of Method
Microsoft.CodeAnalysis.CSharp (13)
Lowering\AsyncRewriter\AsyncConstructor.cs (1)
19
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\ClosureConversion\LambdaCapturedVariable.cs (1)
164
public IMethodSymbolInternal
Method
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
150
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
=> TopLevelMethod;
Lowering\ClosureConversion\SynthesizedClosureEnvironmentConstructor.cs (1)
19
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
226
IMethodSymbolInternal? ISynthesizedMethodBodyImplementationSymbol.
Method
=> TopLevelMethod;
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
49
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
244
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\LocalRewriter\DynamicSiteContainer.cs (1)
59
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs (1)
78
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\StateMachineRewriter\StateMachineTypeSymbol.cs (1)
48
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
46
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (1)
170
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Symbols\Synthesized\SynthesizedLambdaCacheFieldSymbol.cs (1)
30
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
=> _topLevelMethod;
9 references to Method
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\SymbolChanges.cs (2)
138
RoslynDebug.Assert(synthesizedSymbol.
Method
!= null);
140
var generatorChange = GetChange((IDefinition)synthesizedSymbol.
Method
.GetCciAdapter());
Symbols\ISynthesizedMethodBodyImplementationSymbol.cs (2)
19
/// True if this symbol body needs to be updated when the <see cref="
Method
"/> body is updated.
20
/// False if <see cref="
Method
"/> is null.
Microsoft.CodeAnalysis.CSharp (5)
Lowering\AsyncRewriter\AsyncConstructor.cs (1)
21
get { return ((ISynthesizedMethodBodyImplementationSymbol)this.ContainingSymbol).
Method
; }
Lowering\ClosureConversion\SynthesizedClosureEnvironmentConstructor.cs (1)
21
get { return ((ISynthesizedMethodBodyImplementationSymbol)this.ContainingSymbol).
Method
; }
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
51
get { return ((ISynthesizedMethodBodyImplementationSymbol)this.ContainingSymbol).
Method
; }
Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs (1)
80
get { return ((ISynthesizedMethodBodyImplementationSymbol)ContainingSymbol).
Method
; }
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (1)
172
get { return ((ISynthesizedMethodBodyImplementationSymbol)ContainingSymbol).
Method
; }