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