1 write to CompilerInternalOptions
Microsoft.CodeAnalysis (1)
SymbolDisplay\SymbolDisplayFormat.cs (1)
428
this.
CompilerInternalOptions
= compilerInternalOptions;
10 references to CompilerInternalOptions
Microsoft.CodeAnalysis (10)
CodeGen\CompilationTestData.cs (1)
112
_testDataKeyFormat.
CompilerInternalOptions
,
SymbolDisplay\SymbolDisplayFormat.cs (9)
441
this.
CompilerInternalOptions
,
490
this.
CompilerInternalOptions
,
540
this.
CompilerInternalOptions
,
594
this.
CompilerInternalOptions
,
646
this.
CompilerInternalOptions
,
698
this.
CompilerInternalOptions
,
722
this.
CompilerInternalOptions
,
768
=> WithCompilerInternalOptions(this.
CompilerInternalOptions
| options);
774
=> WithCompilerInternalOptions(this.
CompilerInternalOptions
& ~options);