3 references to SymbolToDeclarationAnnotationMap
Microsoft.CodeAnalysis.Features (3)
ExtractClass\ExtractClassWithDialogCodeAction.cs (1)
175var annotation = symbolMapping.SymbolToDeclarationAnnotationMap[memberAnalysis.Member];
ExtractInterface\AbstractExtractInterfaceService.cs (2)
201symbolMapping.SymbolToDeclarationAnnotationMap, 241extractInterfaceOptions.IncludedMembers, symbolMapping.SymbolToDeclarationAnnotationMap, cancellationToken).ConfigureAwait(false);