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