4 references to IsCurrentStruct
System (4)
compmod\microsoft\visualbasic\VBCodeProvider.cs (4)
1835if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 1973if (!(IsCurrentClass || IsCurrentStruct || IsCurrentInterface)) return; 2103if (!(IsCurrentClass || IsCurrentStruct)) return; 2146if (!(IsCurrentClass || IsCurrentStruct)) return;