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