You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Indicates the type prefers the "tycon<a, b>" syntax for display etc.
2447
2461
memberIsPrefixDisplay:bool
2448
2462
2463
+
#if !NO_TYPEPROVIDERS
2449
2464
/// Indicates if the entity is a provided namespace fragment
2450
2465
memberIsProvided:bool
2451
2466
@@ -2457,15 +2472,18 @@ type EntityRef =
2457
2472
2458
2473
/// Indicates if the entity is a provided namespace fragment
2459
2474
memberIsProvidedNamespace:bool
2475
+
#endif
2460
2476
2461
2477
/// Indicates if this is an F# type definition whose r.h.s. is known to be a record type definition.
2462
2478
memberIsRecordTycon:bool
2463
2479
2464
2480
/// Indicates if the reference has been resolved
2465
2481
memberIsResolved:bool
2466
2482
2483
+
#if !NO_TYPEPROVIDERS
2467
2484
/// Indicates if the entity is an erased provided type definition that incorporates a static instantiation (type therefore in some sense compiler generated)
2468
2485
memberIsStaticInstantiationTycon:bool
2486
+
#endif
2469
2487
2470
2488
/// Indicates if this is a struct or enum type definition, i.e. a value type definition
2471
2489
memberIsStructOrEnumTycon:bool
@@ -3867,6 +3885,7 @@ type CcuData =
3867
3885
/// Indicates that this DLL was compiled using the F# compiler type has F# metadata
3868
3886
IsFSharp: bool
3869
3887
3888
+
#if !NO_TYPEPROVIDERS
3870
3889
/// Is the CCu an assembly injected by a type provider
3871
3890
IsProviderGenerated: bool
3872
3891
@@ -3876,6 +3895,7 @@ type CcuData =
3876
3895
/// A helper function used to link method signatures using type equality. This is effectively a forward call to the type equality
0 commit comments