6 references to CodeMethodReturnStatement
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (3)
1229_ccRoot.HookupFn.Statements.Add(new CodeMethodReturnStatement()); 1233ccsConnector.TrueStatements.Add(new CodeMethodReturnStatement()); 2608ccsCL.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();