1 write to _returnType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (1)
543
_returnType
= returnType;
2 references to _returnType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Synthesized\SynthesizedEntryPointSymbol.cs (2)
556
public override TypeWithAnnotations ReturnTypeWithAnnotations =>
_returnType
;
610
Debug.Assert(TypeSymbol.Equals(initializeResult.Type,
_returnType
.Type, TypeCompareKind.ConsiderEverything2));