10 references to ScopeMask
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeGenerator.cs (2)
1264
switch (attributes & MemberAttributes.
ScopeMask
)
1323
switch (attributes & MemberAttributes.
ScopeMask
)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (3)
319
if (!(IsCurrentInterface || (e.Attributes & MemberAttributes.
ScopeMask
) == MemberAttributes.Abstract))
327
if (!(IsCurrentInterface || (e.Attributes & MemberAttributes.
ScopeMask
) == MemberAttributes.Abstract))
386
&& (e.Attributes & MemberAttributes.
ScopeMask
) != MemberAttributes.Abstract)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (5)
2148
&& (e.Attributes & MemberAttributes.
ScopeMask
) != MemberAttributes.Abstract)
2246
if (IsCurrentInterface || (e.Attributes & MemberAttributes.
ScopeMask
) == MemberAttributes.Abstract)
2262
if (IsCurrentInterface || (e.Attributes & MemberAttributes.
ScopeMask
) == MemberAttributes.Abstract)
2372
switch (attributes & MemberAttributes.
ScopeMask
)
2467
switch (attributes & MemberAttributes.
ScopeMask
)