6 references to VTableMask
System (4)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2044switch (attributes & MemberAttributes.VTableMask) {
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
788switch (attributes & MemberAttributes.VTableMask) {
compmod\system\codedom\compiler\CodeGenerator.cs (2)
1047switch (attributes & MemberAttributes.VTableMask) { 1101switch (attributes & MemberAttributes.VTableMask) {
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
179method.Attributes = (method.Attributes & ~MemberAttributes.VTableMask) | MemberAttributes.New;
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\Helper.cs (1)
61if ((memberAttributes & MemberAttributes.VTableMask) == MemberAttributes.New)