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