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