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