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