1 write to methods
ILLink.Tasks (1)
CreateRuntimeRootDescriptorFile.cs (1)
517members.methods ??= new HashSet<string>();
4 references to methods
ILLink.Tasks (4)
CreateRuntimeRootDescriptorFile.cs (4)
409else if ((members.fields == null) && (members.methods == null)) 428if (members.methods != null) 430foreach (string method in members.methods) 518members.methods.Add(methodName);