4 references to IsCurrentStruct
System.CodeDom (4)
Microsoft\VisualBasic\VBCodeGenerator.cs (4)
1574if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1729if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1869if (!(IsCurrentClass || IsCurrentStruct)) return; 1912if (!(IsCurrentClass || IsCurrentStruct)) return;