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