7 references to GetSemanticMap
Microsoft.CodeAnalysis.Features (7)
IntroduceVariable\AbstractIntroduceVariableService.cs (2)
187
!state.
GetSemanticMap
(cancellationToken).AllReferencedSymbols.OfType<ILocalSymbol>().Any() &&
188
!state.
GetSemanticMap
(cancellationToken).AllReferencedSymbols.OfType<IParameterSymbol>().Any())
IntroduceVariable\AbstractIntroduceVariableService.State_Block.cs (1)
26
var bindingMap =
GetSemanticMap
(cancellationToken);
IntroduceVariable\AbstractIntroduceVariableService.State_ConstructorInitializer.cs (1)
28
var bindingMap =
GetSemanticMap
(cancellationToken);
IntroduceVariable\AbstractIntroduceVariableService.State_Field.cs (1)
37
var bindingMap =
GetSemanticMap
(cancellationToken);
IntroduceVariable\AbstractIntroduceVariableService.State_Parameter.cs (1)
27
var bindingMap =
GetSemanticMap
(cancellationToken);
IntroduceVariable\AbstractIntroduceVariableService.State_Query.cs (1)
25
var semanticMap =
GetSemanticMap
(cancellationToken);