16 references to CorLibrary
Microsoft.CodeAnalysis.VisualBasic (16)
Symbols\AssemblySymbol.vb (9)
54Return CorLibrary 390Return CorLibrary IsNot Nothing AndAlso 428Return CorLibrary IsNot Nothing AndAlso 509Return CorLibrary.GetDeclaredSpecialType(type) 653If CorLibrary IsNot Me AndAlso 654Not CorLibrary.IsMissing AndAlso 657Dim corLibCandidate As NamedTypeSymbol = CorLibrary.LookupDeclaredTopLevelMetadataType(metadataName) 673If skipCorLibrary AndAlso reference Is CorLibrary Then 720Return 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)
928If Me.CorLibrary IsNot Me Then
Symbols\SpecialMembers.vb (1)
23Return CorLibrary.GetDeclaredSpecialTypeMember(member)