5 references to GetAllProperties
IOperationGenerator (5)
IOperationClassWriter.cs (5)
405var allProps = GetAllProperties(type); 406bool hasSkippedProperties = !GetAllProperties(type, includeSkipGenerationProperties: true).SequenceEqual(allProps); 417baseProperties = GetAllProperties(baseNode); 962foreach (var prop in GetAllProperties(node)) 1093return GetAllProperties(node).Where(p => IsIOperationType(p.Type)).ToList();