21 implementations of Method
Microsoft.CodeAnalysis.CSharp (12)
Lowering\AsyncRewriter\AsyncConstructor.cs (1)
19
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
142
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
=> _topLevelMethod;
Lowering\ClosureConversion\SynthesizedClosureEnvironmentConstructor.cs (1)
19
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
230
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)
48
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs (1)
76
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)
168
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
Symbols\Synthesized\SynthesizedLambdaCacheFieldSymbol.cs (1)
30
IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.
Method
=> _topLevelMethod;
Microsoft.CodeAnalysis.VisualBasic (9)
Lowering\LambdaRewriter\LambdaFrame.vb (1)
238
Public ReadOnly Property
Method
As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\LambdaRewriter\LambdaFrameConstructor.vb (1)
76
Public ReadOnly Property
Method
As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\LambdaRewriter\SynthesizedLambdaCacheFieldSymbol.vb (1)
43
Public ReadOnly Property
Method
As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (1)
239
Public ReadOnly Property
Method
As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\StateMachineFieldSymbol.vb (1)
94
Public ReadOnly Property
Method
As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\StateMachineTypeSymbol.vb (1)
50
Public ReadOnly Property
Method
As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (1)
171
Public ReadOnly Property
Method
As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.vb (1)
154
Public ReadOnly Property
Method
As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Symbols\SynthesizedSymbols\SynthesizedSimpleConstructorSymbol.vb (1)
54
Public ReadOnly Property
Method
As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
22 references to Method
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\SymbolChanges.cs (2)
214
RoslynDebug.Assert(synthesizedSymbol.
Method
!= null);
216
var generatorChange = GetChange((IDefinition)synthesizedSymbol.
Method
.GetCciAdapter());
Symbols\ISynthesizedMethodBodyImplementationSymbol.cs (2)
23
/// True if this symbol body needs to be updated when the <see cref="
Method
"/> body is updated.
24
/// 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)
78
get { return ((ISynthesizedMethodBodyImplementationSymbol)ContainingSymbol).
Method
; }
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (1)
170
get { return ((ISynthesizedMethodBodyImplementationSymbol)ContainingSymbol).
Method
; }
Microsoft.CodeAnalysis.VisualBasic (13)
Lowering\LambdaRewriter\LambdaFrame.vb (1)
238
Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\LambdaRewriter\LambdaFrameConstructor.vb (2)
76
Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.
Method
79
Return symbol.
Method
Lowering\LambdaRewriter\SynthesizedLambdaCacheFieldSymbol.vb (1)
43
Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (1)
239
Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\StateMachineRewriter\StateMachineFieldSymbol.vb (2)
94
Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.
Method
97
Return symbol.
Method
Lowering\StateMachineRewriter\StateMachineTypeSymbol.vb (1)
50
Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (1)
171
Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.
Method
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.vb (2)
154
Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.
Method
156
Return DirectCast(ContainingSymbol, ISynthesizedMethodBodyImplementationSymbol).
Method
Symbols\SynthesizedSymbols\SynthesizedSimpleConstructorSymbol.vb (2)
54
Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.
Method
57
Return symbol.
Method