1 write to _associatedTypeOrMethod
System.Private.TypeLoader (1)
Internal\TypeSystem\RuntimeGenericParameterDesc.cs (1)
17
_associatedTypeOrMethod
= associatedTypeOrMethod;
2 references to _associatedTypeOrMethod
System.Private.TypeLoader (2)
Internal\TypeSystem\RuntimeGenericParameterDesc.cs (2)
25
public override TypeSystemContext Context =>
_associatedTypeOrMethod
.Context;
29
public override TypeSystemEntity AssociatedTypeOrMethod =>
_associatedTypeOrMethod
;