6 references to Properties
IOperationGenerator (6)
IOperationClassWriter.cs (5)
212
foreach (var property in node.
Properties
)
441
foreach (var property in type.
Properties
.Where(p => !p.SkipGeneration))
551
List<Property> propsToInitialize = type.
Properties
.Where(p => !p.SkipGeneration && !p.MakeAbstract).ToList();
1076
var properties = node.
Properties
.Where(p => !p.SkipGeneration || includeSkipGenerationProperties).ToList();
1085
properties.AddRange(@base.
Properties
.Where(p => !p.SkipGeneration || includeSkipGenerationProperties));
IOperationClassWriter.Verifier.cs (1)
44
foreach (var prop in abstractNode.
Properties
)