IAssemblySymbol.GivesAccessTo(IAssemblySymbol) Method

Definition

Gets a value indicating whether this assembly gives toAssembly access to internal symbols

public:
 bool GivesAccessTo(Microsoft::CodeAnalysis::IAssemblySymbol ^ toAssembly);
public bool GivesAccessTo (Microsoft.CodeAnalysis.IAssemblySymbol toAssembly);
abstract member GivesAccessTo : Microsoft.CodeAnalysis.IAssemblySymbol -> bool
Public Function GivesAccessTo (toAssembly As IAssemblySymbol) As Boolean

Parameters

toAssembly
IAssemblySymbol

Returns

Applies to