13 references to new
Microsoft.CodeAnalysis.CSharp.Features (1)
UseExpressionBody\UseExpressionBodyCodeRefactoringProvider.cs (1)
45
return new
BidirectionalMap
<(UseExpressionBodyHelper helper, bool useExpressionBody), string>(GetKeyValuePairs(helpers));
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Formatting\CSharpFormattingOptions2.cs (5)
22
new
(
29
new
(
36
new
(
43
new
(
48
new
(
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\DiagnosticAnalyzer\DiagnosticComputer.cs (2)
419
var projectAnalyzerToIdMap = new
BidirectionalMap
<string, DiagnosticAnalyzer>(projectAnalyzerMapBuilder);
420
var hostAnalyzerToIdMap = new
BidirectionalMap
<string, DiagnosticAnalyzer>(hostAnalyzerMapBuilder);
Microsoft.CodeAnalysis.Workspaces (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleHelpers.cs (1)
159
new
(
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\CodeStyle\CodeStyleOptions2.cs (4)
171
new
(
199
new
(
245
new
(
298
new
(