2 writes to StronglyTypedNamespace
Microsoft.Build.Tasks.UnitTests (2)
ResourceHandling\GenerateResource_Tests.cs (2)
2913
t.
StronglyTypedNamespace
= "mynamespace";
4219
t.
StronglyTypedNamespace
= classNamespace;
10 references to StronglyTypedNamespace
Microsoft.Build.Tasks.UnitTests (10)
ResourceHandling\GenerateResource_Tests.cs (10)
1182
if (t.
StronglyTypedNamespace
!= null)
1184
typeName = t.
StronglyTypedNamespace
+ ".";
1246
if (t.
StronglyTypedNamespace
!= null)
1248
typeName = t.
StronglyTypedNamespace
+ ".";
1430
if (t.
StronglyTypedNamespace
!= null)
1432
typeName = t.
StronglyTypedNamespace
+ ".";
1489
if (t.
StronglyTypedNamespace
!= null)
1491
typeName = t.
StronglyTypedNamespace
+ ".";
4279
if (t.
StronglyTypedNamespace
!= null)
4281
typeName = t.
StronglyTypedNamespace
+ ".";