5 references to MakeAbstract
IOperationGenerator (5)
IOperationClassWriter.cs (5)
439switch (property.MakeAbstract, type.IsAbstract) 507else if (prop.MakeAbstract) 535if (prop.MakeAbstract) 547List<Property> propsToInitialize = type.Properties.Where(p => !p.SkipGeneration && !p.MakeAbstract).ToList(); 960if (prop.MakeAbstract || newProps.Contains(prop.Name))