9 references to SetCorLibrary
Microsoft.CodeAnalysis.VisualBasic (5)
Symbols\MissingAssemblySymbol.vb (1)
184
Me.
SetCorLibrary
(Me)
Symbols\ReferenceManager.vb (4)
277
assemblySymbol.
SetCorLibrary
(If(Me.CorLibraryOpt, assemblySymbol))
394
assemblySymbol.
SetCorLibrary
(corLibrary)
520
bindingResult(i).AssemblySymbol.
SetCorLibrary
(corLibrary)
527
missingAssembly.
SetCorLibrary
(corLibrary)
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (4)
SymbolDisplay\SymbolDisplayTests.vb (1)
6037
retargetedAssembly.
SetCorLibrary
(comp.SourceAssembly.CorLibrary)
SymbolsTests\Metadata\WinMdEventTest.vb (1)
961
retargetingAssembly.
SetCorLibrary
(comp.Assembly.CorLibrary)
SymbolsTests\Retargeting\RetargetingTests.vb (2)
368
retargetingAssembly.
SetCorLibrary
(sourceAssembly.CorLibrary) ' Need to do this explicitly since our retargeting assembly wasn't constructed using the real mechanism.
406
retargetingAssembly.
SetCorLibrary
(sourceAssembly.CorLibrary) ' Need to do this explicitly since our retargeting assembly wasn't constructed using the real mechanism.