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