3 references to Compilation
Microsoft.CodeAnalysis.VisualBasic (3)
Compilation\VisualBasicCompilationReference.vb (1)
23
''' Returns the referenced <see cref="
Compilation
"/>.
Symbols\ReferenceManager.vb (2)
116
Dim result As New AssemblyDataForCompilation(vbReference.
Compilation
, vbReference.Properties.EmbedInteropTypes)
117
Debug.Assert(vbReference.
Compilation
._lazyAssemblySymbol IsNot Nothing)