6 references to IsCurrentClass
System.CodeDom (6)
Microsoft\VisualBasic\VBCodeGenerator.cs (6)
259private bool IsCurrentModule => IsCurrentClass && GetUserData(CurrentClass, "Module", false); 1574if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1729if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1869if (!(IsCurrentClass || IsCurrentStruct)) return; 1899else if (IsCurrentClass) 1912if (!(IsCurrentClass || IsCurrentStruct)) return;