Header menu logo FSharp.Core

FSharp.Core.CompilerServices Namespace

Library functionality for supporting type providers and code generated by the F# compiler. See also F# Type Providers in the F# Language Guide.

Contents

Other namespace members

Type/Module Description

AfterCode<'Data, 'Result>

Defines the implementation of the code run after the creation of a struct state machine.

ArrayCollector<'T>

Collects elements and builds an array

GeneratedSequenceBase<'T>

The F# compiler emits implementations of this type for compiled sequence expressions.

IProvidedNamespace

Represents a namespace provided by a type provider component.

IResumableStateMachine<'Data>

ITypeProvider

Represents an instantiation of a type provider component.

ITypeProvider2

Represents additional, optional information for a type provider component

ListCollector<'T>

Collects elements and builds a list

MeasureInverse<'Measure>

Represents the inverse of a measure expressions when returned as a generic argument of a provided type.

MeasureOne

Represents the '1' measure expression when returned as a generic argument of a provided type.

MeasureProduct<'Measure1, 'Measure2>

Represents the product of two measure expressions when returned as a generic argument of a provided type.

MoveNextMethodImpl<'Data>

Defines the implementation of the MoveNext method for a struct state machine.

ResumableCode

Contains functions for composing resumable code blocks

ResumableCode<'Data, 'T>

A special compiler-recognised delegate type for specifying blocks of resumable code with access to the state machine.

ResumableStateMachine<'Data>

Acts as a template for struct state machines introduced by __stateMachine, and also as a reflective implementation

ResumptionDynamicInfo<'Data>

Represents the delegated runtime continuation of a resumable state machine created dynamically

ResumptionFunc<'Data>

Represents the runtime continuation of a resumable state machine created dynamically

RuntimeHelpers

A group of functions used as part of the compiled representation of F# sequence expressions.

SetStateMachineMethodImpl<'Data>

Defines the implementation of the SetStateMachine method for a struct state machine.

StateMachineHelpers

Contains compiler intrinsics related to the definition of state machines.

TypeProviderAssemblyAttribute

Place this attribute on a runtime assembly to indicate that there is a corresponding design-time 
 assembly that contains a type provider. Runtime and design-time assembly may be the same.

TypeProviderAttribute

Place on a class that implements ITypeProvider to extend the compiler

TypeProviderConfig

If the class that implements ITypeProvider has a constructor that accepts TypeProviderConfig then it will be constructed with an instance of TypeProviderConfig.

TypeProviderDefinitionLocationAttribute

A type provider may provide an instance of this attribute to indicate the definition location for a provided type or member.

TypeProviderEditorHideMethodsAttribute

Indicates that a code editor should hide all System.Object methods from the intellisense menus for instances of a provided type

TypeProviderTypeAttributes

Additional type attribute flags related to provided types

TypeProviderXmlDocAttribute

A type provider may provide an instance of this attribute to indicate the documentation to show for 
 a provided type or member.

Attributes

Type Description

NoEagerConstraintApplicationAttribute

Adding this attribute to the method adjusts the processing of some generic methods during overload resolution.

Type something to start searching.