6 references to IsCurrentClass
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (6)
401return (IsCurrentClass && GetUserData(CurrentClass, "Module", false)); 2047if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 2209if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 2363if (!(IsCurrentClass || IsCurrentStruct)) return; 2393else if (IsCurrentClass) 2411if (!(IsCurrentClass || IsCurrentStruct)) return;