4 references to IsCurrentDelegate
System (4)
compmod\microsoft\csharp\csharpcodeprovider.cs (4)
1638
if (
IsCurrentDelegate
|| IsCurrentEnum) return;
1752
if (
IsCurrentDelegate
|| IsCurrentInterface) return;
2389
if (
IsCurrentDelegate
) {
2844
if (!
IsCurrentDelegate
) {