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