2 writes to StronglyTypedNamespace
Microsoft.Build.Tasks.UnitTests (2)
ResourceHandling\GenerateResource_Tests.cs (2)
2915t.StronglyTypedNamespace = "mynamespace"; 4221t.StronglyTypedNamespace = classNamespace;
10 references to StronglyTypedNamespace
Microsoft.Build.Tasks.UnitTests (10)
ResourceHandling\GenerateResource_Tests.cs (10)
1184if (t.StronglyTypedNamespace != null) 1186typeName = t.StronglyTypedNamespace + "."; 1248if (t.StronglyTypedNamespace != null) 1250typeName = t.StronglyTypedNamespace + "."; 1432if (t.StronglyTypedNamespace != null) 1434typeName = t.StronglyTypedNamespace + "."; 1491if (t.StronglyTypedNamespace != null) 1493typeName = t.StronglyTypedNamespace + "."; 4281if (t.StronglyTypedNamespace != null) 4283typeName = t.StronglyTypedNamespace + ".";