5 references to GetAllProperties
IOperationGenerator (5)
IOperationClassWriter.cs (5)
415var allProps = GetAllProperties(type); 416bool hasSkippedProperties = !GetAllProperties(type, includeSkipGenerationProperties: true).SequenceEqual(allProps); 427baseProperties = GetAllProperties(baseNode); 972foreach (var prop in GetAllProperties(node)) 1126return GetAllProperties(node).Where(p => IsIOperationType(p.Type)).ToList();