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