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