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