8 references to IsCurrentInterface
System.CodeDom (8)
Microsoft\VisualBasic\VBCodeGenerator.cs (8)
1504if (IsCurrentDelegate || IsCurrentInterface) return; 1578if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1595if (!IsCurrentInterface) 1672if (!IsCurrentInterface 1733if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1747if (!IsCurrentInterface) 1828if (!IsCurrentInterface) 1842if (!IsCurrentInterface)