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