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