1
- // Copyright (c) Microsoft Corporation 2005-2014 and other contributors.
1
+ // Copyright (c) Microsoft Corporation 2005-2014 and other contributors.
2
2
// This sample code is provided "as is" without warranty of any kind.
3
3
// We disclaim all warranties, either express or implied, including the
4
4
// warranties of merchantability and fitness for a particular purpose.
@@ -404,9 +404,6 @@ type ProvidedTypesContext =
404
404
/// Try to find the given target assembly in the context
405
405
member TryBindSimpleAssemblyNameToTarget : assemblyName : string -> Choice < Assembly , exn >
406
406
407
- /// Get the list of referenced assemblies determined by the type provider configuration
408
- member ReferencedAssemblyPaths : string list
409
-
410
407
/// Get the resolved referenced assemblies determined by the type provider configuration
411
408
member GetTargetAssemblies : unit -> Assembly []
412
409
@@ -509,8 +506,7 @@ type TypeProviderForNamespaces =
509
506
510
507
#if ! NO_GENERATIVE
511
508
/// Register that a given file is a provided generated target assembly , e.g. an assembly produced by an external
512
- /// code generation tool. This assembly should be a target assembly , i.e. use the same asssembly references
513
- /// as given by TargetContext.ReferencedAssemblyPaths
509
+ /// code generation tool. This assembly should be a target assembly.
514
510
member RegisterGeneratedTargetAssembly : fileName : string -> Assembly
515
511
#endif
516
512
@@ -557,4 +553,3 @@ module internal AssemblyReader =
557
553
558
554
val GetWeakReaderCache : unit -> System.Collections.Concurrent.ConcurrentDictionary <( string * string ), DateTime * WeakReference < ILModuleReader >>
559
555
val GetStrongReaderCache : unit -> System.Collections.Concurrent.ConcurrentDictionary <( string * string ), DateTime * int * ILModuleReader >
560
-
0 commit comments