4 references to IsCurrentStruct
System.CodeDom (4)
Microsoft\VisualBasic\VBCodeGenerator.cs (4)
1578if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1733if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1873if (!(IsCurrentClass || IsCurrentStruct)) return; 1916if (!(IsCurrentClass || IsCurrentStruct)) return;