8 references to IsCurrentInterface
System (8)
compmod\microsoft\visualbasic\VBCodeProvider.cs (8)
1765
if (IsCurrentDelegate ||
IsCurrentInterface
) return;
1835
if (!(IsCurrentClass || IsCurrentStruct ||
IsCurrentInterface
)) return;
1850
if (!
IsCurrentInterface
) {
1914
if (!
IsCurrentInterface
1973
if (!(IsCurrentClass || IsCurrentStruct ||
IsCurrentInterface
)) return;
1986
if (!
IsCurrentInterface
) {
2052
if (!
IsCurrentInterface
) {
2064
if (!
IsCurrentInterface
) {