4 references to IsCurrentStruct
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (4)
2105if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 2201if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 2536if (!(IsCurrentClass || IsCurrentStruct)) return; 2590if (!(IsCurrentClass || IsCurrentStruct)) return;