4 references to WithCompilerInternalOptions
Microsoft.CodeAnalysis (3)
SymbolDisplay\SymbolDisplayFormat.cs (3)
213WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.None); 769=> WithCompilerInternalOptions(this.CompilerInternalOptions | options); 775=> WithCompilerInternalOptions(this.CompilerInternalOptions & ~options);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol.cs (1)
1030.WithCompilerInternalOptions(SymbolDisplayCompilerInternalOptions.IncludeContainingFileForFileTypes);