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