16 references to IsMetadataCached
System.Activities (16)
Microsoft\CSharp\Activities\CSharpReference.cs (1)
71
if (this.
IsMetadataCached
)
Microsoft\CSharp\Activities\CSharpValue.cs (1)
72
if (this.
IsMetadataCached
)
Microsoft\VisualBasic\Activities\VisualBasicReference.cs (1)
120
if (this.
IsMetadataCached
)
Microsoft\VisualBasic\Activities\VisualBasicValue.cs (1)
120
if (this.
IsMetadataCached
)
System\Activities\Activity.cs (1)
415
else if (this.
IsMetadataCached
&& this.RootActivity != null && this.RootActivity.rootProperties != null)
System\Activities\DynamicUpdate\DynamicUpdateMap.cs (2)
236
Fx.Assert(workflowDefinition.
IsMetadataCached
, "This should only be called for cached definition");
323
Fx.Assert(updatedDefinition.
IsMetadataCached
, "Caller should have ensured cached definition");
System\Activities\NativeActivityContext.cs (2)
551
if (!activity.
IsMetadataCached
|| activity.CacheId != parent.Activity.CacheId)
2150
if (!activity.
IsMetadataCached
|| activity.CacheId != parent.Activity.CacheId)
System\Activities\Runtime\ActivityExecutor.cs (2)
2858
Fx.Assert(activity.
IsMetadataCached
, "Metadata must be cached for us to process this activity.");
2912
if (!activity.
IsMetadataCached
|| activity.CacheId != parent.Activity.CacheId)
System\Activities\WorkflowInspectionServices.cs (3)
56
if (!root.
IsMetadataCached
)
83
if (!activity.
IsMetadataCached
)
186
if (!activity.
IsMetadataCached
)
System\Activities\XamlIntegration\ActivityXamlServices.cs (1)
340
if (!((Activity)dynamicActivity).
IsMetadataCached
)
System\Activities\XamlIntegration\TextExpressionCompiler.cs (1)
226
if (!this.settings.Activity.
IsMetadataCached
)