2 references to GetCompilationOptions
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\EditAndContinueDebugInfoReader.cs (1)
170
=> _lazyCompilationOptions ??= _pdbReader.
GetCompilationOptions
();
PdbSourceDocument\DocumentDebugInfoReader.cs (1)
87
=> _pdbReader.
GetCompilationOptions
();