1 instantiation of IdentifierCreationService
System.Workflow.ComponentModel (1)
AuthoringOM\Design\XomlDesignerLoader.cs (1)
417createdService = new IdentifierCreationService(container, this);
2 references to IdentifierCreationService
System.Workflow.ComponentModel (2)
AuthoringOM\Design\DesignerHelpers.cs (2)
1700IdentifierCreationService identifierCreationService = serviceProvider.GetService(typeof(IIdentifierCreationService)) as IdentifierCreationService;