3 references to OpenPdbStreamChecked
Microsoft.CodeAnalysis.Features (3)
Emit\CompilationOutputs.cs (3)
92/// <exception cref="InvalidOperationException">The stream returned by <see cref="OpenPdbStreamChecked"/> or <see cref="OpenAssemblyStreamChecked"/> does not support read and seek operations.</exception> 95/// If a separate PDB stream is not available (<see cref="OpenPdbStreamChecked"/> returns null) opens the PDB embedded in the assembly, if present. 99var pdbStream = OpenPdbStreamChecked();