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