Implemented interface member:
property
Culture
Microsoft.Build.Tasks.IALTaskContract.Culture
5 references to Culture
Microsoft.Build.Tasks.Core (5)
Al.cs (5)
108set => Bag[nameof(Culture)] = value; 109get => (string)Bag[nameof(Culture)]; 337commandLine.AppendSwitchIfNotNull("/culture:", Culture); 385if (Culture != null) 389OutputAssembly?.SetMetadata("Culture", Culture);