public CompiledVueModelComponent( Type systemType, object instance, VueComponentOptions componentOptions, CSharpTypeHandler typeHandler = null) { SystemType = systemType; _instance = instance; _componentOptions = componentOptions; _typeHandler = typeHandler; }
public VueSyntaxRewriter(SemanticModel model, CSharpTypeHandler typeHandler = null) { _semanticModel = model; _typeHandler = typeHandler ?? new CSharpTypeHandler(); }