6 references to GetRemappedSymbols
Microsoft.CodeAnalysis.CSharp (6)
Compilation\InitializerSemanticModel.cs (1)
213speculativeModel = CreateSpeculative(parentModel, this.MemberSymbol, initializer, binder, GetRemappedSymbols(), position);
Compilation\MemberSemanticModel.cs (1)
176speculativeModel = new SpeculativeSemanticModelWithMemberModel(parentModel, position, _memberSymbol, type, binder, GetRemappedSymbols(), GetSnapshotManager());
Compilation\MethodBodySemanticModel.cs (1)
215speculativeModel = CreateSpeculative(parentModel, methodSymbol, statement, binder, GetSnapshotManager(), GetRemappedSymbols(), position);
Compilation\PublicSemanticModel.cs (1)
32containingModel?.GetRemappedSymbols());
Compilation\SyntaxTreeSemanticModel.cs (2)
763return AttributeSemanticModel.CreateSpeculative(this, attribute, attributeType, aliasOpt, binder, memberModel?.GetRemappedSymbols(), position); 1028tuple.containing.GetRemappedSymbols()),