5 writes to StronglyTypedNamespace
Microsoft.Build.Tasks.Core (1)
GenerateResource.cs (1)
1277
resGen.
StronglyTypedNamespace
= StronglyTypedNamespace;
Microsoft.Build.Tasks.UnitTests (4)
ResourceHandling\ResGen_Tests.cs (4)
394
t.
StronglyTypedNamespace
= strNamespace;
398
t.
StronglyTypedNamespace
= "";
410
t.
StronglyTypedNamespace
= "";
416
t.
StronglyTypedNamespace
= strNamespace;
4 references to StronglyTypedNamespace
Microsoft.Build.Tasks.Core (4)
ResGen.cs (4)
161
get => (string)Bag[nameof(
StronglyTypedNamespace
)];
162
set => Bag[nameof(
StronglyTypedNamespace
)] = value;
430
!String.IsNullOrEmpty(
StronglyTypedNamespace
) ||
619
[StronglyTypedLanguage,
StronglyTypedNamespace
, StronglyTypedClassName, StronglyTypedFileName],