Skip to content
Prev Previous commit
Next Next commit
update
  • Loading branch information
live1206 committed Feb 18, 2025
commit ebf89815d1b7d927fe8643f3b9308d23a4bccd48
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ protected TypeProvider() : this(null)
}

private protected virtual TypeProvider? GetCustomCodeView()
=> CodeModelPlugin.Instance.SourceInputModel.FindForType(BuildNamespace(), Name);
=> CodeModelPlugin.Instance.SourceInputModel.FindForType(BuildNamespace(), BuildName());

public TypeProvider? CustomCodeView => _customCodeView.Value;

Expand Down
Loading