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