4 references to IsCurrentDelegate
System (4)
compmod\microsoft\visualbasic\VBCodeProvider.cs (4)
1715
if (
IsCurrentDelegate
|| IsCurrentEnum) return;
1765
if (
IsCurrentDelegate
|| IsCurrentInterface) return;
2171
if (
IsCurrentDelegate
) {
2331
if (!
IsCurrentDelegate
) {