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