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