1 instantiation of FeatureSwitchMembers
ILLink.Tasks (1)
CreateRuntimeRootDescriptorFile.cs (1)
213currentFeatureSwitch = new FeatureSwitchMembers(featureSwitchElements[1], featureSwitchElements[2], featureSwitchElements[3]);
9 references to FeatureSwitchMembers
ILLink.Tasks (9)
CreateRuntimeRootDescriptorFile.cs (9)
65readonly struct FeatureSwitchMembers : IEquatable<FeatureSwitchMembers> 88=> obj is FeatureSwitchMembers inst && Equals(inst); 90public bool Equals(FeatureSwitchMembers fsm) 97readonly Dictionary<FeatureSwitchMembers, Dictionary<string, ClassMembers>> featureSwitchMembers = new(); 190FeatureSwitchMembers? currentFeatureSwitch = null; 351foreach ((var fs, var members) in featureSwitchMembers.Select(kv => (kv.Key, kv.Value))) 444void AddClass(string classNamespace, string className, string classId, bool keepAllFields = false, FeatureSwitchMembers? featureSwitch = null) 476void AddField(string fieldName, string classId, FeatureSwitchMembers? featureSwitch = null) 494void AddMethod(string methodName, string classId, string classNamespace = null, string className = null, FeatureSwitchMembers? featureSwitch = null)