4 references to IsCurrentClass
System.CodeDom (4)
Microsoft\CSharp\CSharpCodeGenerator.cs (4)
1345if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1435if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1747if (!(IsCurrentClass || IsCurrentStruct)) return; 1796if (!(IsCurrentClass || IsCurrentStruct)) return;