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