4 references to CreateEditorBrowsableAttribute
System.ServiceModel (4)
System\ServiceModel\Description\ClientClassGenerator.cs (3)
244
clientType.Members[methodPosition].CustomAttributes.Add(
CreateEditorBrowsableAttribute
(EditorBrowsableState.Advanced));
506
beginMethod.CustomAttributes.Add(
CreateEditorBrowsableAttribute
(EditorBrowsableState.Advanced));
507
endMethod.CustomAttributes.Add(
CreateEditorBrowsableAttribute
(EditorBrowsableState.Advanced));
System\ServiceModel\Description\OperationGenerator.cs (1)
801
attributes.Add(ClientClassGenerator.
CreateEditorBrowsableAttribute
(EditorBrowsableState.Advanced));