4 references to IsCurrentDelegate
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (4)
1835
if (
IsCurrentDelegate
|| IsCurrentEnum) return;
1982
if (
IsCurrentDelegate
|| IsCurrentInterface) return;
2711
if (
IsCurrentDelegate
)
3251
if (!
IsCurrentDelegate
)