Core.CompilationSourceNameAttribute Class (F#)
Visual Studio 2010
This attribute is inserted automatically by the F# compiler to tag methods which are given the attribute. It is not intended for use from user code.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
[<AttributeUsage(32767, AllowMultiple = false)>] [<Sealed>] type CompilationSourceNameAttribute = class new CompilationSourceNameAttribute : string -> CompilationSourceNameAttribute member this.SourceName : string end