4 references to IsCurrentStruct
System.CodeDom (4)
Microsoft\CSharp\CSharpCodeGenerator.cs (4)
1347if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1437if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1749if (!(IsCurrentClass || IsCurrentStruct)) return; 1798if (!(IsCurrentClass || IsCurrentStruct)) return;