4 references to IsCurrentStruct
System.CodeDom (4)
Microsoft\VisualBasic\VBCodeGenerator.cs (4)
1581if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1736if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1876if (!(IsCurrentClass || IsCurrentStruct)) return; 1919if (!(IsCurrentClass || IsCurrentStruct)) return;