8 references to IsCurrentInterface
System.CodeDom (8)
Microsoft\VisualBasic\VBCodeGenerator.cs (8)
1504
if (IsCurrentDelegate ||
IsCurrentInterface
) return;
1578
if (!(IsCurrentClass || IsCurrentStruct ||
IsCurrentInterface
)) return;
1595
if (!
IsCurrentInterface
)
1672
if (!
IsCurrentInterface
1733
if (!(IsCurrentClass || IsCurrentStruct ||
IsCurrentInterface
)) return;
1747
if (!
IsCurrentInterface
)
1828
if (!
IsCurrentInterface
)
1842
if (!
IsCurrentInterface
)