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