6 references to GetSemanticMap
Microsoft.CodeAnalysis.Features (6)
IntroduceVariable\AbstractIntroduceVariableService.cs (2)
193!state.GetSemanticMap(cancellationToken).AllReferencedSymbols.OfType<ILocalSymbol>().Any() && 194!state.GetSemanticMap(cancellationToken).AllReferencedSymbols.OfType<IParameterSymbol>().Any())
IntroduceVariable\AbstractIntroduceVariableService.State_ConstructorInitializer.cs (1)
26var bindingMap = GetSemanticMap(cancellationToken);
IntroduceVariable\AbstractIntroduceVariableService.State_Field.cs (1)
35var bindingMap = GetSemanticMap(cancellationToken);
IntroduceVariable\AbstractIntroduceVariableService.State_Parameter.cs (1)
25var bindingMap = GetSemanticMap(cancellationToken);
IntroduceVariable\AbstractIntroduceVariableService.State_Query.cs (1)
23var semanticMap = GetSemanticMap(cancellationToken);