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