6 references to IsCurrentClass
System.CodeDom (6)
Microsoft\VisualBasic\VBCodeGenerator.cs (6)
259private bool IsCurrentModule => IsCurrentClass && GetUserData(CurrentClass, "Module", false); 1578if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1733if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1873if (!(IsCurrentClass || IsCurrentStruct)) return; 1903else if (IsCurrentClass) 1916if (!(IsCurrentClass || IsCurrentStruct)) return;