16 references to CorLibrary
Microsoft.CodeAnalysis.VisualBasic (16)
Symbols\AssemblySymbol.vb (9)
54Return CorLibrary 390Return CorLibrary IsNot Nothing AndAlso 421Return CorLibrary IsNot Nothing AndAlso 502Return CorLibrary.GetDeclaredSpecialType(type) 646If CorLibrary IsNot Me AndAlso 647Not CorLibrary.IsMissing AndAlso 650Dim corLibCandidate As NamedTypeSymbol = CorLibrary.LookupDeclaredTopLevelMetadataType(metadataName) 666If skipCorLibrary AndAlso reference Is CorLibrary Then 713Return 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)