4 references to IsCurrentClass
System.CodeDom (4)
Microsoft\CSharp\CSharpCodeGenerator.cs (4)
1356if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1446if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1758if (!(IsCurrentClass || IsCurrentStruct)) return; 1807if (!(IsCurrentClass || IsCurrentStruct)) return;