4 references to IsCurrentStruct
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Microsoft\VBCodeProvider.cs (4)
2047if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 2209if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 2363if (!(IsCurrentClass || IsCurrentStruct)) return; 2411if (!(IsCurrentClass || IsCurrentStruct)) return;