13 implementations of HasMethodBodyDependency
Microsoft.CodeAnalysis.CSharp (13)
Lowering\AsyncRewriter\AsyncConstructor.cs (1)
24
bool ISynthesizedMethodBodyImplementationSymbol.
HasMethodBodyDependency
Lowering\ClosureConversion\LambdaCapturedVariable.cs (1)
170
public bool
HasMethodBodyDependency
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
148
bool ISynthesizedMethodBodyImplementationSymbol.
HasMethodBodyDependency
=> true;
Lowering\ClosureConversion\SynthesizedClosureEnvironmentConstructor.cs (1)
24
bool ISynthesizedMethodBodyImplementationSymbol.
HasMethodBodyDependency
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (1)
229
bool ISynthesizedMethodBodyImplementationSymbol.
HasMethodBodyDependency
=> true;
Lowering\IteratorRewriter\IteratorConstructor.cs (1)
54
bool ISynthesizedMethodBodyImplementationSymbol.
HasMethodBodyDependency
Lowering\IteratorRewriter\IteratorFinallyMethodSymbol.cs (1)
249
bool ISynthesizedMethodBodyImplementationSymbol.
HasMethodBodyDependency
Lowering\LocalRewriter\DynamicSiteContainer.cs (1)
54
bool ISynthesizedMethodBodyImplementationSymbol.
HasMethodBodyDependency
Lowering\StateMachineRewriter\StateMachineFieldSymbol.cs (1)
73
bool ISynthesizedMethodBodyImplementationSymbol.
HasMethodBodyDependency
Lowering\StateMachineRewriter\StateMachineTypeSymbol.cs (1)
39
bool ISynthesizedMethodBodyImplementationSymbol.
HasMethodBodyDependency
Lowering\StateMachineRewriter\SynthesizedStateMachineMethod.cs (1)
41
public bool
HasMethodBodyDependency
Lowering\StateMachineRewriter\SynthesizedStateMachineProperty.cs (1)
165
bool ISynthesizedMethodBodyImplementationSymbol.
HasMethodBodyDependency
Symbols\Synthesized\SynthesizedLambdaCacheFieldSymbol.cs (1)
34
bool ISynthesizedMethodBodyImplementationSymbol.
HasMethodBodyDependency
=> false;
1 reference to HasMethodBodyDependency
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\SymbolChanges.cs (1)
164
if (!synthesizedSymbol.
HasMethodBodyDependency
)