3 references to _types
System.Workflow.Runtime (3)
Tracking\SqlTrackingService.cs (3)
1272
if (_service.
_types
.Contains(workflowType.AssemblyQualifiedName))
1315
if (!_service.
_types
.Contains(workflowType.AssemblyQualifiedName))
1317
_service.
_types
.Add(workflowType);