3 writes to State
Microsoft.DotNet.PackageTesting (3)
VerifyClosure.cs (3)
239
depAssm.
State
= CheckState.HasCycle;
252
assm.
State
= CheckState.Checked;
421
State
= CheckState.Unchecked;
6 references to State
Microsoft.DotNet.PackageTesting (6)
VerifyClosure.cs (6)
169
if (assembly.
State
== CheckState.Unchecked)
183
if (assm.
State
== CheckState.Unchecked && CheckModuleReferences && assm.ModuleReferences != null)
211
if (assm.
State
== CheckState.Unchecked)
230
if (depAssm.
State
== CheckState.HasCycle)
249
if (assm.
State
== CheckState.Unchecked)
260
if (assembly.
State
== CheckState.HasCycle)