13 references to CacheStates
System.Activities (13)
System\Activities\Activity.cs (13)
69
CacheStates
isMetadataCached;
276
return this.isMetadataCached !=
CacheStates
.Uncached;
284
return this.isMetadataCached !=
CacheStates
.Uncached;
292
return (this.isMetadataCached &
CacheStates
.Full) ==
CacheStates
.Full;
300
return (this.isMetadataCached &
CacheStates
.RuntimeReady) ==
CacheStates
.RuntimeReady;
889
this.isMetadataCached =
CacheStates
.Uncached;
1044
this.isMetadataCached =
CacheStates
.Uncached;
1193
this.isMetadataCached =
CacheStates
.Partial;
1203
this.isMetadataCached =
CacheStates
.Partial;
1207
this.isMetadataCached =
CacheStates
.Full;
1213
this.isMetadataCached |=
CacheStates
.RuntimeReady;