public static PropertyDefinition Value(this ManagedTypeFinder.IProperty p)
 {
     return(((ManagedTypeFinderCecil.TProperty)p).Value);
 }
 public static Field Value(this ManagedTypeFinder.IProperty p)
 {
     return(((ManagedTypeFinderGeneratorTypeSystem.TProperty)p)?.Value);
 }
 public override string GetFieldManagedTypeName(ManagedTypeFinder.IProperty property)
 {
     return(property.Value()?.TypeName);
 }