3 references to EditorBrowsable
IOperationGenerator (3)
IOperationClassWriter.cs (3)
351entry.EditorBrowsable ?? true, 658return node.OperationKind.Entries.Where(e => e.EditorBrowsable != false).Single().Name; 926return (type.OperationKind?.Entries?.Where(e => e.EditorBrowsable != false).Count() ?? 0) > 1;