5 references to GetAllProperties
IOperationGenerator (5)
IOperationClassWriter.cs (5)
401var allProps = GetAllProperties(type); 402bool hasSkippedProperties = !GetAllProperties(type, includeSkipGenerationProperties: true).SequenceEqual(allProps); 413baseProperties = GetAllProperties(baseNode); 958foreach (var prop in GetAllProperties(node)) 1089return GetAllProperties(node).Where(p => IsIOperationType(p.Type)).ToList();