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