4 references to IsCurrentClass
System (4)
compmod\microsoft\csharp\csharpcodeprovider.cs (4)
1856if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1938if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 2230if (!(IsCurrentClass || IsCurrentStruct)) return; 2280if (!(IsCurrentClass || IsCurrentStruct)) return;