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