2 writes to _returnType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (2)
42
_returnType
= returnType;
50
_returnType
= returnType;
2 references to _returnType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedGlobalMethodSymbol.cs (2)
49
Debug.Assert(
_returnType
is null);
211
get { return TypeWithAnnotations.Create(
_returnType
); }