5 references to MakeAbstract
IOperationGenerator (5)
IOperationClassWriter.cs (5)
453switch (property.MakeAbstract, type.IsAbstract) 521else if (prop.MakeAbstract) 549if (prop.MakeAbstract) 561List<Property> propsToInitialize = type.Properties.Where(p => !p.SkipGeneration && !p.MakeAbstract).ToList(); 974if (prop.MakeAbstract || newProps.Contains(prop.Name))