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