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)
73
if (
_featureCheckValues
.TryGetValue (method, out value))
97
_featureCheckValues
[method] = value;
113
_featureCheckValues
[method] = value;
120
_featureCheckValues
[method] = value;