2 references to CreateProperty
Microsoft.Build.Tasks.Core (2)
CodeTaskFactory.cs (2)
417
CreateProperty
(codeTypeDeclaration, propInfo.Name, propInfo.PropertyType, defaultValue);
907
CreateProperty
(codeTypeDeclaration, "Success", typeof(bool), true);