5 references to GetSemanticMap
Microsoft.CodeAnalysis.Features (5)
IntroduceVariable\AbstractIntroduceVariableService.State_Block.cs (1)
23
var bindingMap =
GetSemanticMap
(cancellationToken);
IntroduceVariable\AbstractIntroduceVariableService.State_ConstructorInitializer.cs (1)
26
var bindingMap =
GetSemanticMap
(cancellationToken);
IntroduceVariable\AbstractIntroduceVariableService.State_Field.cs (1)
35
var bindingMap =
GetSemanticMap
(cancellationToken);
IntroduceVariable\AbstractIntroduceVariableService.State_Parameter.cs (1)
25
var bindingMap =
GetSemanticMap
(cancellationToken);
IntroduceVariable\AbstractIntroduceVariableService.State_Query.cs (1)
23
var semanticMap =
GetSemanticMap
(cancellationToken);