21 implementations of Method
Microsoft.CodeAnalysis.CSharp (12)
Lowering\AsyncRewriter\AsyncConstructor.cs (1)
19IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
142IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.Method => _topLevelMethod;
Lowering\ClosureConversion\SynthesizedClosureEnvironmentConstructor.cs (1)
19IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
230IMethodSymbolInternal? ISynthesizedMethodBodyImplementationSymbol.Method => TopLevelMethod;
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
49IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
244IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\LocalRewriter\DynamicSiteContainer.cs (1)
48IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs (1)
76IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\StateMachineTypeSymbol.cs (1)
48IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
46IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (1)
168IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.Method
Symbols\Synthesized\SynthesizedLambdaCacheFieldSymbol.cs (1)
30IMethodSymbolInternal ISynthesizedMethodBodyImplementationSymbol.Method => _topLevelMethod;
Microsoft.CodeAnalysis.VisualBasic (9)
Lowering\LambdaRewriter\LambdaFrame.vb (1)
238Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\LambdaRewriter\LambdaFrameConstructor.vb (1)
76Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\LambdaRewriter\SynthesizedLambdaCacheFieldSymbol.vb (1)
43Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (1)
239Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\StateMachineFieldSymbol.vb (1)
94Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\StateMachineTypeSymbol.vb (1)
50Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (1)
171Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.vb (1)
154Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Symbols\SynthesizedSymbols\SynthesizedSimpleConstructorSymbol.vb (1)
54Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
22 references to Method
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\SymbolChanges.cs (2)
214RoslynDebug.Assert(synthesizedSymbol.Method != null); 216var 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)
21get { return ((ISynthesizedMethodBodyImplementationSymbol)this.ContainingSymbol).Method; }
Lowering\ClosureConversion\SynthesizedClosureEnvironmentConstructor.cs (1)
21get { return ((ISynthesizedMethodBodyImplementationSymbol)this.ContainingSymbol).Method; }
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
51get { return ((ISynthesizedMethodBodyImplementationSymbol)this.ContainingSymbol).Method; }
Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs (1)
78get { return ((ISynthesizedMethodBodyImplementationSymbol)ContainingSymbol).Method; }
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (1)
170get { return ((ISynthesizedMethodBodyImplementationSymbol)ContainingSymbol).Method; }
Microsoft.CodeAnalysis.VisualBasic (13)
Lowering\LambdaRewriter\LambdaFrame.vb (1)
238Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\LambdaRewriter\LambdaFrameConstructor.vb (2)
76Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method 79Return symbol.Method
Lowering\LambdaRewriter\SynthesizedLambdaCacheFieldSymbol.vb (1)
43Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\LambdaRewriter\SynthesizedLambdaMethod.vb (1)
239Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\StateMachineFieldSymbol.vb (2)
94Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method 97Return symbol.Method
Lowering\StateMachineRewriter\StateMachineTypeSymbol.vb (1)
50Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.vb (1)
171Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.vb (2)
154Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method 156Return DirectCast(ContainingSymbol, ISynthesizedMethodBodyImplementationSymbol).Method
Symbols\SynthesizedSymbols\SynthesizedSimpleConstructorSymbol.vb (2)
54Public ReadOnly Property Method As IMethodSymbolInternal Implements ISynthesizedMethodBodyImplementationSymbol.Method 57Return symbol.Method