5 references to MakeAbstract
IOperationGenerator (5)
IOperationClassWriter.cs (5)
443switch (property.MakeAbstract, type.IsAbstract) 511else if (prop.MakeAbstract) 539if (prop.MakeAbstract) 551List<Property> propsToInitialize = type.Properties.Where(p => !p.SkipGeneration && !p.MakeAbstract).ToList(); 964if (prop.MakeAbstract || newProps.Contains(prop.Name))