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