1 write to _returnType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
41
_returnType
= returnType;
1 reference to _returnType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (1)
205
get { return TypeWithAnnotations.Create(
_returnType
); }