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
7 references to SynthesizedContainer
Microsoft.CodeAnalysis.CSharp (7)
Lowering\ClosureConversion\LambdaCapturedVariable.cs (2)
23
private LambdaCapturedVariable(
SynthesizedContainer
frame, TypeWithAnnotations type, string fieldName, bool isThisParameter)
96
private static TypeSymbol GetCapturedVariableFieldType(
SynthesizedContainer
frame, Symbol variable)
Lowering\LocalRewriter\LoweredDynamicOperationFactory.cs (2)
652
var
containerDef = (
SynthesizedContainer
)_currentDynamicCallSiteContainer.OriginalDefinition;
Lowering\StateMachineRewriter\MethodToStateMachineRewriter.cs (1)
178
get { return ((
SynthesizedContainer
)F.CurrentType).TypeMap; }
Lowering\StateMachineRewriter\StateMachineRewriter.cs (2)
24
protected readonly
SynthesizedContainer
stateMachineType;
40
SynthesizedContainer
stateMachineType,