2 writes to InitStatement
System.CodeDom (1)
System\CodeDom\CodeIterationStatement.cs (1)
12InitStatement = initStatement;
System.Runtime.Serialization.Schema (1)
System\Runtime\Serialization\Schema\CodeExporter.cs (1)
1906loop.InitStatement = loop.IncrementStatement = new CodeSnippetStatement(string.Empty);
3 references to InitStatement
System.CodeDom (3)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
837GenerateStatement(e.InitStatement);
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
802GenerateStatement(e.InitStatement);
System\CodeDom\Compiler\CodeValidator.cs (1)
480ValidateStatement(e.InitStatement);