3 references to DecodeSignature
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (2)
63
protected sealed override Type ComputeFieldType() => FieldDefinition.
DecodeSignature
(_module, TypeContext);
77
FieldDefinition.
DecodeSignature
(EcmaSignatureTypeProviderForToString.Instance, TypeContext) +
System\Reflection\TypeLoading\Types\Ecma\EcmaDefinitionType.cs (1)
119
underlyingType = fd.
DecodeSignature
(GetEcmaModule(), typeContext);