5 references to DecodeSignature
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\AttributePresenceFilterNode.cs (1)
243
customAttributeConstructorTypeSpecification.
DecodeSignature
(fakeSignatureTypeProvider, new DummyGenericContext());
Compiler\DependencyAnalysis\ReadyToRun\ModuleTokenResolver.cs (2)
315
typeSpec.
DecodeSignature
(rentedProvider, this);
474
typeSpec.
DecodeSignature
(this, genericContext);
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Ecma\EcmaResolver.cs (1)
123
return handle.GetTypeSpecification(module.Reader).
DecodeSignature
(module, typeContext);
System\Reflection\TypeLoading\General\Ecma\EcmaToStringHelpers.cs (1)
70
return handle.GetTypeSpecification(reader).
DecodeSignature
(EcmaSignatureTypeProviderForToString.Instance, typeContext);