1 write to _returnType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (1)
31CalculateReturnType(containingType, diagnostics, out _resultType, out _returnType);
2 references to _returnType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedInteractiveInitializerMethod.cs (2)
141get { return _returnType.IsVoidType(); } 146get { return TypeWithAnnotations.Create(_returnType); }