1 write to _factory
Microsoft.CodeAnalysis.CSharp (1)
Lowering\LocalRewriter\LoweredDynamicOperation.cs (1)
31_factory = factory;
3 references to _factory
Microsoft.CodeAnalysis.CSharp (3)
Lowering\LocalRewriter\LoweredDynamicOperation.cs (3)
61if (_factory == null) 71return _factory.Sequence(new[] { SiteInitialization }, SiteInvocation, _resultType); 75return new BoundSequence(_factory.Syntax, _temps, ImmutableArray.Create(SiteInitialization), SiteInvocation, _resultType) { WasCompilerGenerated = true };