3 writes to StronglyTypedNamespace
Microsoft.Build.Tasks.UnitTests (3)
ResourceHandling\GenerateResource_Tests.cs (2)
3183t.StronglyTypedNamespace = "mynamespace"; 4510t.StronglyTypedNamespace = classNamespace;
ResourceHandling\GenerateResourceOutOfProc_Tests.cs (1)
2412t.StronglyTypedNamespace = "mynamespace";
21 references to StronglyTypedNamespace
Microsoft.Build.Tasks.Core (3)
GenerateResource.cs (3)
600[StronglyTypedLanguage, StronglyTypedNamespace, StronglyTypedClassName, StronglyTypedFileName], 1277resGen.StronglyTypedNamespace = StronglyTypedNamespace; 1345if (StronglyTypedClassName != null || StronglyTypedNamespace != null || StronglyTypedFileName != null || StronglyTypedManifestPrefix != null)
Microsoft.Build.Tasks.UnitTests (18)
ResourceHandling\GenerateResource_Tests.cs (10)
1231if (t.StronglyTypedNamespace != null) 1233typeName = t.StronglyTypedNamespace + "."; 1295if (t.StronglyTypedNamespace != null) 1297typeName = t.StronglyTypedNamespace + "."; 1479if (t.StronglyTypedNamespace != null) 1481typeName = t.StronglyTypedNamespace + "."; 1538if (t.StronglyTypedNamespace != null) 1540typeName = t.StronglyTypedNamespace + "."; 4570if (t.StronglyTypedNamespace != null) 4572typeName = t.StronglyTypedNamespace + ".";
ResourceHandling\GenerateResourceOutOfProc_Tests.cs (8)
859if (t.StronglyTypedNamespace != null) 861typeName = t.StronglyTypedNamespace + "."; 918if (t.StronglyTypedNamespace != null) 920typeName = t.StronglyTypedNamespace + "."; 1103if (t.StronglyTypedNamespace != null) 1105typeName = t.StronglyTypedNamespace + "."; 1159if (t.StronglyTypedNamespace != null) 1161typeName = t.StronglyTypedNamespace + ".";