6 references to Properties
IOperationGenerator (6)
IOperationClassWriter.cs (5)
214
foreach (var property in node.
Properties
)
451
foreach (var property in type.
Properties
.Where(p => !p.SkipGeneration))
561
List<Property> propsToInitialize = type.
Properties
.Where(p => !p.SkipGeneration && !p.MakeAbstract).ToList();
1109
var properties = node.
Properties
.Where(p => !p.SkipGeneration || includeSkipGenerationProperties).ToList();
1118
properties.AddRange(@base.
Properties
.Where(p => !p.SkipGeneration || includeSkipGenerationProperties));
IOperationClassWriter.Verifier.cs (1)
50
foreach (var prop in abstractNode.
Properties
)