Fixed rebasing issues.
This commit is contained in:
parent
74974d371c
commit
ae4adf6af6
|
|
@ -134,8 +134,6 @@ namespace Microsoft.AspNet.Razor.Generator.Compiler.CSharp
|
||||||
Writer.WriteStartInstrumentationContext(Context, chunk.Association, isLiteral: true);
|
Writer.WriteStartInstrumentationContext(Context, chunk.Association, isLiteral: true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(Context.TargetWriterName))
|
|
||||||
{
|
|
||||||
if (Context.ExpressionRenderingMode == ExpressionRenderingMode.WriteToOutput)
|
if (Context.ExpressionRenderingMode == ExpressionRenderingMode.WriteToOutput)
|
||||||
{
|
{
|
||||||
RenderPreWriteStart();
|
RenderPreWriteStart();
|
||||||
|
|
@ -147,7 +145,6 @@ namespace Microsoft.AspNet.Razor.Generator.Compiler.CSharp
|
||||||
{
|
{
|
||||||
Writer.WriteEndMethodInvocation();
|
Writer.WriteEndMethodInvocation();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
if (Context.Host.EnableInstrumentation)
|
if (Context.Host.EnableInstrumentation)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue