1 reference to IsPublic
dotnet-svcutil-lib (1)
CodeDomFixup\CodeDomVisitors\MakeOldAsyncMethodsPrivate.cs (1)
36if (method != null && (CodeDomHelpers.IsBeginMethod(method) || CodeDomHelpers.IsEndMethod(method)) && IsPublic(method.Attributes))