We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d26986a + fd3643c commit 7fbc190Copy full SHA for 7fbc190
src/fsharp/vs/Exprs.fsi
@@ -21,6 +21,12 @@ type [<Class>] FSharpAssemblyContents =
21
/// Represents the definitional contents of a single file or fragment in an assembly, as seen by the F# language
22
and [<Class>] FSharpImplementationFileContents =
23
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
30
/// Get the declarations that make up this implementation file
31
member Declarations : FSharpImplementationFileDeclaration list
32
0 commit comments