6 references to CodeMethodReturnStatement
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1233_ccRoot.HookupFn.Statements.Add(new CodeMethodReturnStatement()); 1237ccsConnector.TrueStatements.Add(new CodeMethodReturnStatement()); 2620ccsCL.TrueStatements.Add(new CodeMethodReturnStatement());
System.Runtime.Serialization.Schema (3)
System\Runtime\Serialization\Schema\CodeExporter.cs (3)
1870returnIfNull.TrueStatements.Add(new CodeMethodReturnStatement()); 1940CodeMethodReturnStatement propertyGet = new CodeMethodReturnStatement(); 2000CodeMethodReturnStatement propertyGet = new CodeMethodReturnStatement();