Skip to content

Commit

Permalink
add diagnostic counters to signature
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme committed May 31, 2015
1 parent e8afa9c commit 0871018
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,10 @@ type TypeProviderForNamespaces =
member Invalidate : unit -> unit

interface ITypeProvider

// Used by unit testing to check that invalidation handlers are being disconnected
module GlobalCountersForInvalidation =
val GetInvalidationHandlersAdded : unit -> int
val GetInvalidationHandlersRemoved : unit -> int

#endif

0 comments on commit 0871018

Please sign in to comment.