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)]; 345commandLine.AppendSwitchIfNotNull("/culture:", Culture); 393if (Culture != null) 397OutputAssembly?.SetMetadata("Culture", Culture);