5 types derived from SynthesizedContainer
Microsoft.CodeAnalysis.CSharp (5)
Lowering\ClosureConversion\SynthesizedClosureEnvironment.cs (1)
22
internal sealed class SynthesizedClosureEnvironment :
SynthesizedContainer
, ISynthesizedMethodBodyImplementationSymbol
Lowering\LocalRewriter\DelegateCacheContainer.cs (1)
14
internal sealed class DelegateCacheContainer :
SynthesizedContainer
Lowering\LocalRewriter\DynamicSiteContainer.cs (1)
13
internal sealed class DynamicSiteContainer :
SynthesizedContainer
, ISynthesizedMethodBodyImplementationSymbol
Lowering\StateMachineRewriter\StateMachineTypeSymbol.cs (1)
16
internal abstract class StateMachineTypeSymbol :
SynthesizedContainer
, ISynthesizedMethodBodyImplementationSymbol
Symbols\Source\SourceFixedFieldSymbol.cs (1)
147
internal sealed class FixedFieldImplementationType :
SynthesizedContainer
6 references to SynthesizedContainer
Microsoft.CodeAnalysis.CSharp (6)
Lowering\ClosureConversion\LambdaCapturedVariable.cs (1)
116
private static TypeSymbol GetCapturedVariableFieldType(
SynthesizedContainer
frame, Symbol variable)
Lowering\LocalRewriter\LoweredDynamicOperationFactory.cs (2)
637
var
containerDef = (
SynthesizedContainer
)_currentDynamicCallSiteContainer.OriginalDefinition;
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
183
get { return ((
SynthesizedContainer
)F.CurrentType).TypeMap; }
Lowering\StateMachineRewriter\StateMachineRewriter.cs (2)
23
protected readonly
SynthesizedContainer
stateMachineType;
40
SynthesizedContainer
stateMachineType,