17 references to ToSignature
ILCompiler.Compiler (6)
Compiler\DependencyAnalysis\StringAllocatorMethodNode.cs (1)
45
_allocationMethod = constructorMethod.OwningType.GetKnownMethod("Ctor"u8, signatureBuilder.
ToSignature
());
parent\parent\Common\Compiler\AsyncMethodVariant.cs (2)
41
return (_asyncSignature = builder.
ToSignature
());
107
return (_voidSignature = builder.
ToSignature
());
parent\parent\Common\TypeSystem\IL\Stubs\DelegateMarshallingMethodThunk.cs (1)
153
_signature = builder.
ToSignature
();
parent\parent\Common\TypeSystem\IL\Stubs\DelegateThunks.cs (1)
126
codeStream.Emit(ILOpcode.calli, emitter.NewToken(builder.
ToSignature
()));
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (1)
194
return _pInvokeCalliHashtable.GetOrCreateValue(new CalliMarshallingMethodThunkKey(normalizedSignatureBuilder.
ToSignature
(), MarshalHelpers.IsRuntimeMarshallingEnabled(moduleContext)));
ILCompiler.ReadyToRun (3)
IL\Stubs\InstanceCalliHelperIntrinsics.cs (1)
53
item = builder.
ToSignature
();
parent\parent\Common\Compiler\AsyncMethodVariant.cs (2)
41
return (_asyncSignature = builder.
ToSignature
());
107
return (_voidSignature = builder.
ToSignature
());
ILCompiler.TypeSystem (8)
parent\parent\Common\TypeSystem\Canon\FunctionPointerType.Canon.cs (1)
28
MethodSignature canonSignature = sigBuilder.
ToSignature
();
parent\parent\Common\TypeSystem\Common\ConstructedTypeRewritingHelpers.cs (1)
134
MethodSignature newSig = sigBuilder.
ToSignature
();
parent\parent\Common\TypeSystem\Common\FunctionPointerType.cs (1)
52
MethodSignature instantiatedSignature = sigBuilder.
ToSignature
();
parent\parent\Common\TypeSystem\Common\InstantiatedMethod.cs (1)
76
_signature = builder.
ToSignature
();
parent\parent\Common\TypeSystem\Common\MethodForInstantiatedType.cs (1)
69
_signature = builder.
ToSignature
();
parent\parent\Common\TypeSystem\IL\InstantiatedMethodIL.cs (1)
113
o = builder.
ToSignature
();
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
614
context.DeclarationSignature = updatedSignature.
ToSignature
();
parent\parent\Common\TypeSystem\RuntimeDetermined\FunctionPointerType.RuntimeDetermined.cs (1)
31
MethodSignature newSig = sigBuilder.
ToSignature
();