1 write to resolverCache
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (1)
117
this.
resolverCache
= new ResolverCache();
3 references to resolverCache
System.Activities.Presentation (3)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlSchemaContext.cs (3)
115
if (this.
resolverCache
== null)
135
ResolverResult resolverResult = this.
resolverCache
.Lookup(xamlType.UnderlyingType);
139
this.
resolverCache
.Update(xamlType.UnderlyingType, resolverResult);