4 references to IsCurrentDelegate
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (4)
1908
if (
IsCurrentDelegate
|| IsCurrentEnum) return;
1965
if (
IsCurrentDelegate
|| IsCurrentInterface) return;
2439
if (
IsCurrentDelegate
)
2630
if (!
IsCurrentDelegate
)