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