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