4 references to IsCurrentInterface
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (4)
303
if (e.PrivateImplementationType != null && !
IsCurrentInterface
)
319
if (!(
IsCurrentInterface
|| (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract))
327
if (!(
IsCurrentInterface
|| (e.Attributes & MemberAttributes.ScopeMask) == MemberAttributes.Abstract))
385
if (!
IsCurrentInterface