2 writes to StronglyTypedNamespace
Microsoft.Build.Tasks.UnitTests (2)
ResourceHandling\GenerateResource_Tests.cs (2)
3183t.StronglyTypedNamespace = "mynamespace"; 4510t.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)
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 + ".";