Skip to content

Commit fd3643c

Browse files
Expose QualifiedName and FileName of FSharpImplementationFileContents
1 parent 990085b commit fd3643c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/fsharp/vs/Exprs.fsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ type [<Class>] FSharpAssemblyContents =
2121
/// Represents the definitional contents of a single file or fragment in an assembly, as seen by the F# language
2222
and [<Class>] FSharpImplementationFileContents =
2323

24+
/// The qualified name acts to fully-qualify module specifications and implementations
25+
member QualifiedName: string
26+
27+
/// Get the system path of the implementation file
28+
member FileName: string
29+
2430
/// Get the declarations that make up this implementation file
2531
member Declarations : FSharpImplementationFileDeclaration list
2632

0 commit comments

Comments
 (0)