13 writes to ReturnType
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\StringAllocatorMethodNode.cs (1)
43
signatureBuilder.
ReturnType
= constructorMethod.OwningType;
parent\parent\Common\Compiler\AsyncMethodVariant.cs (2)
40
builder.
ReturnType
= md.HasInstantiation ? md.Instantiation[0] : this.Context.GetWellKnownType(WellKnownType.Void);
106
builder.
ReturnType
= Context.GetWellKnownType(WellKnownType.Void);
ILCompiler.ReadyToRun (2)
parent\parent\Common\Compiler\AsyncMethodVariant.cs (2)
40
builder.
ReturnType
= md.HasInstantiation ? md.Instantiation[0] : this.Context.GetWellKnownType(WellKnownType.Void);
106
builder.
ReturnType
= Context.GetWellKnownType(WellKnownType.Void);
ILCompiler.TypeSystem (8)
parent\parent\Common\TypeSystem\Canon\FunctionPointerType.Canon.cs (1)
24
sigBuilder.
ReturnType
= Context.ConvertToCanon(_signature.ReturnType, kind);
parent\parent\Common\TypeSystem\Common\ConstructedTypeRewritingHelpers.cs (1)
130
sigBuilder.
ReturnType
= oldSig.ReturnType.ReplaceTypesInConstructionOfType(typesToReplace, replacementTypes);
parent\parent\Common\TypeSystem\Common\FunctionPointerType.cs (1)
48
sigBuilder.
ReturnType
= _signature.ReturnType.InstantiateSignature(typeInstantiation, methodInstantiation);
parent\parent\Common\TypeSystem\Common\InstantiatedMethod.cs (1)
72
builder.
ReturnType
= Instantiate(template.ReturnType);
parent\parent\Common\TypeSystem\Common\MethodForInstantiatedType.cs (1)
65
builder.
ReturnType
= Instantiate(template.ReturnType);
parent\parent\Common\TypeSystem\IL\InstantiatedMethodIL.cs (1)
109
builder.
ReturnType
= template.ReturnType.InstantiateSignature(_typeInstantiation, _methodInstantiation);
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
606
updatedSignature.
ReturnType
= replacementType;
parent\parent\Common\TypeSystem\RuntimeDetermined\FunctionPointerType.RuntimeDetermined.cs (1)
28
sigBuilder.
ReturnType
= _signature.ReturnType.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(typeInstantiation, methodInstantiation);