3 writes to StronglyTypedNamespace
Microsoft.Build.Tasks.UnitTests (3)
ResourceHandling\GenerateResource_Tests.cs (2)
3183
t.
StronglyTypedNamespace
= "mynamespace";
4510
t.
StronglyTypedNamespace
= classNamespace;
ResourceHandling\GenerateResourceOutOfProc_Tests.cs (1)
2412
t.
StronglyTypedNamespace
= "mynamespace";
21 references to StronglyTypedNamespace
Microsoft.Build.Tasks.Core (3)
GenerateResource.cs (3)
600
[StronglyTypedLanguage,
StronglyTypedNamespace
, StronglyTypedClassName, StronglyTypedFileName],
1277
resGen.StronglyTypedNamespace =
StronglyTypedNamespace
;
1345
if (StronglyTypedClassName != null ||
StronglyTypedNamespace
!= null || StronglyTypedFileName != null || StronglyTypedManifestPrefix != null)
Microsoft.Build.Tasks.UnitTests (18)
ResourceHandling\GenerateResource_Tests.cs (10)
1231
if (t.
StronglyTypedNamespace
!= null)
1233
typeName = t.
StronglyTypedNamespace
+ ".";
1295
if (t.
StronglyTypedNamespace
!= null)
1297
typeName = t.
StronglyTypedNamespace
+ ".";
1479
if (t.
StronglyTypedNamespace
!= null)
1481
typeName = t.
StronglyTypedNamespace
+ ".";
1538
if (t.
StronglyTypedNamespace
!= null)
1540
typeName = t.
StronglyTypedNamespace
+ ".";
4570
if (t.
StronglyTypedNamespace
!= null)
4572
typeName = t.
StronglyTypedNamespace
+ ".";
ResourceHandling\GenerateResourceOutOfProc_Tests.cs (8)
859
if (t.
StronglyTypedNamespace
!= null)
861
typeName = t.
StronglyTypedNamespace
+ ".";
918
if (t.
StronglyTypedNamespace
!= null)
920
typeName = t.
StronglyTypedNamespace
+ ".";
1103
if (t.
StronglyTypedNamespace
!= null)
1105
typeName = t.
StronglyTypedNamespace
+ ".";
1159
if (t.
StronglyTypedNamespace
!= null)
1161
typeName = t.
StronglyTypedNamespace
+ ".";