Enum TypeDataModelGenerationStatus
Model generation result returned for a requested ITypeSymbol.
public enum TypeDataModelGenerationStatus
Fields
InaccessibleType = 2The type, or a type it depends on, is not accessible to the source generator.
Success = 0A data model was successfully generated for a given type.
UnsupportedType = 1The type, or a type it depends on, is not supported.