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