public static Field Value(this ManagedTypeFinder.IDefinition t)
 {
     return(((ManagedTypeFinderGeneratorTypeSystem.TDefinition)t)?.Value);
 }
 public static FieldDefinition Value(this ManagedTypeFinder.IDefinition t)
 {
     return(((ManagedTypeFinderCecil.TDefinition)t).Value);
 }