1 write to methods
ILLink.Tasks (1)
CreateRuntimeRootDescriptorFile.cs (1)
451 members.methods ??= new HashSet<string> ();
4 references to methods
ILLink.Tasks (4)
CreateRuntimeRootDescriptorFile.cs (4)
364 } else if ((members.fields == null) && (members.methods == null)) { 380 if (members.methods != null) { 381 foreach (string method in members.methods) { 452 members.methods.Add (methodName);