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