5 references to IsInternal
IOperationGenerator (5)
IOperationClassWriter.cs (2)
297if (prop.IsInternal || prop.IsOverride) 418var publicIOperationProps = ioperationProperties.Where(p => !p.IsInternal).ToList();
IOperationClassWriter.Verifier.cs (3)
52if (prop.IsInternal && !string.IsNullOrEmpty(prop.ExperimentalUrl)) 58if (prop.Comments?.Elements?[0].Name != "summary" && !prop.IsInternal && !prop.IsOverride) 98var properties = GetAllGeneratedIOperationProperties(node).Where(p => !p.IsInternal).Select(p => p.Name).ToList();