6 references to IsCurrentClass
System.CodeDom (6)
Microsoft\VisualBasic\VBCodeGenerator.cs (6)
259private bool IsCurrentModule => IsCurrentClass && GetUserData(CurrentClass, "Module", false); 1581if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1736if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1876if (!(IsCurrentClass || IsCurrentStruct)) return; 1906else if (IsCurrentClass) 1919if (!(IsCurrentClass || IsCurrentStruct)) return;