4 writes to State
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (4)
60State = state; 71State = LazyState.ExecutionAndPublicationException; 75State = LazyState.NoneException; 79State = LazyState.PublicationOnlyException;
2 references to State
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (2)
100switch (State) 398switch (state.State)