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