This commit is contained in:
N. Taylor Mullen 2015-06-30 12:49:48 -07:00
parent 6213354b85
commit 15cb2ce709
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ namespace Microsoft.AspNet.Mvc.Razor
propertyName: "SomeProperty",
typeName: propertyType,
isIndexer: false,
usageDescriptor: null);
designTimeDescriptor: null);
var writer = new CSharpCodeWriter();
var generatorContext = new ChunkGeneratorContext(
host: null,