8 references to IsCurrentInterface
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (8)
1965
if (IsCurrentDelegate ||
IsCurrentInterface
) return;
2047
if (!(IsCurrentClass || IsCurrentStruct ||
IsCurrentInterface
)) return;
2064
if (!
IsCurrentInterface
)
2141
if (!
IsCurrentInterface
2209
if (!(IsCurrentClass || IsCurrentStruct ||
IsCurrentInterface
)) return;
2223
if (!
IsCurrentInterface
)
2305
if (!
IsCurrentInterface
)
2319
if (!
IsCurrentInterface
)