2 writes to StronglyTypedNamespace
Microsoft.Build.Tasks.UnitTests (2)
ResourceHandling\GenerateResource_Tests.cs (2)
3183
t.
StronglyTypedNamespace
= "mynamespace";
4510
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)
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
+ ".";