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