8 references to IsCurrentInterface
System.CodeDom (8)
Microsoft\VisualBasic\VBCodeGenerator.cs (8)
1500
if (IsCurrentDelegate ||
IsCurrentInterface
) return;
1574
if (!(IsCurrentClass || IsCurrentStruct ||
IsCurrentInterface
)) return;
1591
if (!
IsCurrentInterface
)
1668
if (!
IsCurrentInterface
1729
if (!(IsCurrentClass || IsCurrentStruct ||
IsCurrentInterface
)) return;
1743
if (!
IsCurrentInterface
)
1824
if (!
IsCurrentInterface
)
1838
if (!
IsCurrentInterface
)