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