2 writes to _structEnvironments
Microsoft.CodeAnalysis.CSharp (2)
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (2)
97
_structEnvironments
= constructedStructClosures.ToImmutableAndFree();
101
_structEnvironments
= ImmutableArray<NamedTypeSymbol>.CastUp(structEnvironments);
3 references to _structEnvironments
Microsoft.CodeAnalysis.CSharp (3)
Lowering\ClosureConversion\SynthesizedClosureMethod.cs (3)
215
=> ImmutableArray<TypeSymbol>.CastUp(
_structEnvironments
);
216
internal int ExtraSynthesizedParameterCount => this.
_structEnvironments
.IsDefault ? 0 : this.
_structEnvironments
.Length;