2 references to DecodeSignature
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (2)
60
protected sealed override Type ComputePropertyType() => PropertyDefinition.
DecodeSignature
(_module, TypeContext).ReturnType;
80
MethodSignature<string> sig = PropertyDefinition.
DecodeSignature
(typeProvider, TypeContext);