8 references to IsCurrentInterface
System.CodeDom (8)
Microsoft\VisualBasic\VBCodeGenerator.cs (8)
1507if (IsCurrentDelegate || IsCurrentInterface) return; 1581if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1598if (!IsCurrentInterface) 1675if (!IsCurrentInterface 1736if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1750if (!IsCurrentInterface) 1831if (!IsCurrentInterface) 1845if (!IsCurrentInterface)