2 writes to culture
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\CompileXomlTask.cs (2)
1231
info.
culture
= null;
1254
info.
culture
= cultureName;
11 references to culture
System.Workflow.ComponentModel (11)
AuthoringOM\Compiler\CompileXomlTask.cs (11)
1163
if (info.
culture
!= null && info.
culture
.Length > 0)
1165
manifestName = manifestName + "." + info.
culture
;
1193
if (info.
culture
!= null && info.
culture
.Length > 0)
1195
manifestName = manifestName + "." + info.
culture
;
1207
if (info.
culture
!= null && info.
culture
.Length > 0)
1209
manifestName = info.
culture
+ Path.DirectorySeparatorChar + manifestName;
1252
if (info.
culture
== null || info.
culture
.Length == 0)