1 write to _temps
Microsoft.CodeAnalysis.CSharp (1)
Lowering\LocalRewriter\LoweredDynamicOperation.cs (1)
33_temps = temps;
3 references to _temps
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LoweredDynamicOperation.cs (3)
63Debug.Assert(SiteInitialization == null && SiteInvocation is BoundBadExpression && _temps.IsDefaultOrEmpty); 69if (_temps.IsDefaultOrEmpty) 75return new BoundSequence(_factory.Syntax, _temps, ImmutableArray.Create(SiteInitialization), SiteInvocation, _resultType) { WasCompilerGenerated = true };