6 references to Statement
System (6)
compmod\microsoft\csharp\csharpcodeprovider.cs (2)
1589if (e.Statement != null) { 1590GenerateStatement(e.Statement);
compmod\microsoft\visualbasic\VBCodeProvider.cs (2)
1634if (e.Statement != null) { 1635GenerateStatement(e.Statement);
compmod\system\codedom\compiler\CodeValidator.cs (2)
487if (e.Statement != null) { 488ValidateStatement(e.Statement);