5 references to UnusedInterfaces
illink (5)
Linker.Steps\MarkStep.cs (2)
571
bool unusedInterfacesOptimizationEnabled = Context.IsOptimizationEnabled(CodeOptimizations.
UnusedInterfaces
, type);
2591
if (!Context.IsOptimizationEnabled(CodeOptimizations.
UnusedInterfaces
, type))
Linker.Steps\RootAssemblyInputStep.cs (1)
80
CodeOptimizations.
UnusedInterfaces
|
Linker\Driver.cs (1)
1320
optimization = CodeOptimizations.
UnusedInterfaces
;
Linker\LinkContext.cs (1)
248
CodeOptimizations.
UnusedInterfaces
|