3 references to Elements
IOperationGenerator (3)
IOperationClassWriter.cs (1)
244foreach (var el in comments.Elements)
IOperationClassWriter.Verifier.cs (2)
44if (abstractNode.Comments?.Elements?[0].Name != "summary") 58if (prop.Comments?.Elements?[0].Name != "summary" && !prop.IsInternal && !prop.IsOverride)