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)
41return (_asyncSignature = builder.ToSignature()); 107return (_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)
126codeStream.Emit(ILOpcode.calli, emitter.NewToken(builder.ToSignature()));
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (1)
194return _pInvokeCalliHashtable.GetOrCreateValue(new CalliMarshallingMethodThunkKey(normalizedSignatureBuilder.ToSignature(), MarshalHelpers.IsRuntimeMarshallingEnabled(moduleContext)));
ILCompiler.ReadyToRun (3)
IL\Stubs\InstanceCalliHelperIntrinsics.cs (1)
53item = builder.ToSignature();
parent\parent\Common\Compiler\AsyncMethodVariant.cs (2)
41return (_asyncSignature = builder.ToSignature()); 107return (_voidSignature = builder.ToSignature());
ILCompiler.TypeSystem (8)
parent\parent\Common\TypeSystem\Canon\FunctionPointerType.Canon.cs (1)
28MethodSignature canonSignature = sigBuilder.ToSignature();
parent\parent\Common\TypeSystem\Common\ConstructedTypeRewritingHelpers.cs (1)
134MethodSignature newSig = sigBuilder.ToSignature();
parent\parent\Common\TypeSystem\Common\FunctionPointerType.cs (1)
52MethodSignature 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)
113o = builder.ToSignature();
parent\parent\Common\TypeSystem\IL\UnsafeAccessors.cs (1)
614context.DeclarationSignature = updatedSignature.ToSignature();
parent\parent\Common\TypeSystem\RuntimeDetermined\FunctionPointerType.RuntimeDetermined.cs (1)
31MethodSignature newSig = sigBuilder.ToSignature();