Exemplo n.º 1
0
 public string GetResolve(ITypeSymbol type) => $"{GetClassName(type.FindCustomDeserializerType())}.Instance";
Exemplo n.º 2
0
 private bool HasCustomDeserializationOnType(ITypeSymbol type) => type.FindCustomDeserializerType() != null;