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