2 writes to StronglyTypedNamespace
Microsoft.Build.Tasks.UnitTests (2)
ResourceHandling\GenerateResource_Tests.cs (2)
3182
t.
StronglyTypedNamespace
= "mynamespace";
4509
t.
StronglyTypedNamespace
= classNamespace;
12 references to StronglyTypedNamespace
Microsoft.Build.Tasks.Core (2)
GenerateResource.cs (2)
600
[StronglyTypedLanguage,
StronglyTypedNamespace
, StronglyTypedClassName, StronglyTypedFileName],
1345
if (StronglyTypedClassName != null ||
StronglyTypedNamespace
!= null || StronglyTypedFileName != null || StronglyTypedManifestPrefix != null)
Microsoft.Build.Tasks.UnitTests (10)
ResourceHandling\GenerateResource_Tests.cs (10)
1230
if (t.
StronglyTypedNamespace
!= null)
1232
typeName = t.
StronglyTypedNamespace
+ ".";
1294
if (t.
StronglyTypedNamespace
!= null)
1296
typeName = t.
StronglyTypedNamespace
+ ".";
1478
if (t.
StronglyTypedNamespace
!= null)
1480
typeName = t.
StronglyTypedNamespace
+ ".";
1537
if (t.
StronglyTypedNamespace
!= null)
1539
typeName = t.
StronglyTypedNamespace
+ ".";
4569
if (t.
StronglyTypedNamespace
!= null)
4571
typeName = t.
StronglyTypedNamespace
+ ".";