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)
49Debug.Assert(_returnType is null); 211get { return TypeWithAnnotations.Create(_returnType); }