16 references to CorLibrary
Microsoft.CodeAnalysis.VisualBasic (16)
Symbols\AssemblySymbol.vb (9)
54Return CorLibrary 388Return CorLibrary IsNot Nothing AndAlso 419Return CorLibrary IsNot Nothing AndAlso 489Return CorLibrary.GetDeclaredSpecialType(type) 633If CorLibrary IsNot Me AndAlso 634Not CorLibrary.IsMissing AndAlso 637Dim corLibCandidate As NamedTypeSymbol = CorLibrary.LookupDeclaredTopLevelMetadataType(metadataName) 653If skipCorLibrary AndAlso reference Is CorLibrary Then 700Return type.ContainingAssembly Is CorLibrary
Symbols\Metadata\PE\PEModuleSymbol.vb (1)
153Dim corlibName As String = ContainingAssembly.CorLibrary.Name
Symbols\MetadataOrSourceAssemblySymbol.vb (2)
74Debug.Assert(Me.CorLibrary Is Me) 97Return Me.CorLibrary Is Me AndAlso _cachedSpecialTypes < InternalSpecialType.NextAvailable - 1
Symbols\MissingMetadataTypeSymbol.vb (1)
188containingAssembly IsNot Nothing AndAlso containingAssembly Is containingAssembly.CorLibrary AndAlso _containingModule.Ordinal = 0 Then
Symbols\ModuleSymbol.vb (1)
176If assembly IsNot assembly.CorLibrary Then
Symbols\Source\SourceAssemblySymbol.vb (1)
933If Me.CorLibrary IsNot Me Then
Symbols\SpecialMembers.vb (1)
23Return CorLibrary.GetDeclaredSpecialTypeMember(member)