1 write to SyntaxMap
Microsoft.CodeAnalysis (1)
Emit\SemanticEdit.cs (1)
194
SyntaxMap
= syntaxMap;
5 references to SyntaxMap
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\DefinitionMap.cs (2)
87
if (edit.Kind == SemanticEditKind.Update && edit.
SyntaxMap
!= null)
98
mappedMethods.Add(newMethod, new EncMappedMethod(oldMethod, edit.
SyntaxMap
, edit.RuntimeRudeEdit));
Emit\SemanticEdit.cs (3)
200
/// True if <see cref="
SyntaxMap
"/> is not null.
202
[MemberNotNullWhen(returnValue: true, nameof(
SyntaxMap
))]
203
public bool PreserveLocalVariables =>
SyntaxMap
!= null;