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