8 references to DesignTimeVariable
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Components\ComponentDesignTimeNodeWriter.cs (8)
116var offset = DesignTimeVariable.Length + " = ".Length; 124context.CodeWriter.WriteStartAssignment(DesignTimeVariable); 152context.CodeWriter.WriteStartAssignment(DesignTimeVariable); 263context.CodeWriter.WriteStartAssignment(DesignTimeVariable); 531context.CodeWriter.Write(DesignTimeVariable); 643context.CodeWriter.Write(DesignTimeVariable); 961context.CodeWriter.Write(DesignTimeVariable); 1135context.CodeWriter.Write($"{DesignTimeVariable} = (global::{ComponentsApi.IComponentRenderMode.FullTypeName})(");