1 write to _featureCheckValues
illink (1)
Linker\MemberActionStore.cs (1)
23
_featureCheckValues
= new Dictionary<MethodDefinition, bool>();
4 references to _featureCheckValues
illink (4)
Linker\MemberActionStore.cs (4)
76
if (
_featureCheckValues
.TryGetValue(method, out value))
102
_featureCheckValues
[method] = value;
121
_featureCheckValues
[method] = value;
129
_featureCheckValues
[method] = value;