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)
63
Debug.Assert(SiteInitialization == null && SiteInvocation is BoundBadExpression &&
_temps
.IsDefaultOrEmpty);
69
if (
_temps
.IsDefaultOrEmpty)
75
return new BoundSequence(_factory.Syntax,
_temps
, ImmutableArray.Create(SiteInitialization), SiteInvocation, _resultType) { WasCompilerGenerated = true };