Base:
method
HandleQualifiedMethod
ILCompiler.Metadata.MetadataTransform.HandleQualifiedMethod(Internal.TypeSystem.MethodDesc)
3 references to HandleQualifiedMethod
ILCompiler.MetadataTransform (3)
ILCompiler\Metadata\Transform.CustomAttribute.cs (1)
45Constructor = HandleQualifiedMethod(constructor),
ILCompiler\Metadata\Transform.Method.cs (1)
151record.Method = HandleQualifiedMethod(instantiation.GetMethodDefinition());
ILCompiler\Metadata\Transform.Scope.cs (1)
66scopeDefinition.EntryPoint = (QualifiedMethod)HandleQualifiedMethod(entryPoint);