3 references to WithCompilerInternalOptions
Microsoft.CodeAnalysis (3)
SymbolDisplay\SymbolDisplayFormat.cs (3)
213
WithCompilerInternalOptions
(SymbolDisplayCompilerInternalOptions.None);
769
=>
WithCompilerInternalOptions
(this.CompilerInternalOptions | options);
775
=>
WithCompilerInternalOptions
(this.CompilerInternalOptions & ~options);