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