8 references to IsCurrentInterface
System.CodeDom (8)
Microsoft\VisualBasic\VBCodeGenerator.cs (8)
1507
if (IsCurrentDelegate ||
IsCurrentInterface
) return;
1581
if (!(IsCurrentClass || IsCurrentStruct ||
IsCurrentInterface
)) return;
1598
if (!
IsCurrentInterface
)
1675
if (!
IsCurrentInterface
1736
if (!(IsCurrentClass || IsCurrentStruct ||
IsCurrentInterface
)) return;
1750
if (!
IsCurrentInterface
)
1831
if (!
IsCurrentInterface
)
1845
if (!
IsCurrentInterface
)