2 writes to StronglyTypedNamespace
Microsoft.Build.Tasks.UnitTests (2)
ResourceHandling\GenerateResource_Tests.cs (2)
3182t.StronglyTypedNamespace = "mynamespace"; 4509t.StronglyTypedNamespace = classNamespace;
12 references to StronglyTypedNamespace
Microsoft.Build.Tasks.Core (2)
GenerateResource.cs (2)
600[StronglyTypedLanguage, StronglyTypedNamespace, StronglyTypedClassName, StronglyTypedFileName], 1345if (StronglyTypedClassName != null || StronglyTypedNamespace != null || StronglyTypedFileName != null || StronglyTypedManifestPrefix != null)
Microsoft.Build.Tasks.UnitTests (10)
ResourceHandling\GenerateResource_Tests.cs (10)
1230if (t.StronglyTypedNamespace != null) 1232typeName = t.StronglyTypedNamespace + "."; 1294if (t.StronglyTypedNamespace != null) 1296typeName = t.StronglyTypedNamespace + "."; 1478if (t.StronglyTypedNamespace != null) 1480typeName = t.StronglyTypedNamespace + "."; 1537if (t.StronglyTypedNamespace != null) 1539typeName = t.StronglyTypedNamespace + "."; 4569if (t.StronglyTypedNamespace != null) 4571typeName = t.StronglyTypedNamespace + ".";