2 writes to StronglyTypedNamespace
Microsoft.Build.Tasks.UnitTests (2)
ResourceHandling\GenerateResource_Tests.cs (2)
2913t.StronglyTypedNamespace = "mynamespace"; 4219t.StronglyTypedNamespace = classNamespace;
13 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 (10)
ResourceHandling\GenerateResource_Tests.cs (10)
1182if (t.StronglyTypedNamespace != null) 1184typeName = t.StronglyTypedNamespace + "."; 1246if (t.StronglyTypedNamespace != null) 1248typeName = t.StronglyTypedNamespace + "."; 1430if (t.StronglyTypedNamespace != null) 1432typeName = t.StronglyTypedNamespace + "."; 1489if (t.StronglyTypedNamespace != null) 1491typeName = t.StronglyTypedNamespace + "."; 4279if (t.StronglyTypedNamespace != null) 4281typeName = t.StronglyTypedNamespace + ".";