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