1 write to Other
Microsoft.CodeAnalysis.Workspaces (1)
Diagnostics\SerializableDiagnosticAnalysisResultMap.cs (1)
57
Other
= other;
3 references to Other
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (1)
1084
Assert.Empty(diagnosticMap.
Other
);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\EngineV2\DiagnosticIncrementalAnalyzer.InProcOrRemoteHostAnalyzerRunner.cs (1)
214
others: entry.diagnosticMap.
Other
,
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs (1)
89
entry => entry.diagnosticMap.Syntax.Length + entry.diagnosticMap.Semantic.Length + entry.diagnosticMap.NonLocal.Length + entry.diagnosticMap.
Other
.Length);