1 write to SyntaxMap
Microsoft.CodeAnalysis (1)
Emit\SemanticEdit.cs (1)
194SyntaxMap = syntaxMap;
5 references to SyntaxMap
Microsoft.CodeAnalysis (5)
Emit\EditAndContinue\DefinitionMap.cs (2)
87if (edit.Kind == SemanticEditKind.Update && edit.SyntaxMap != null) 98mappedMethods.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))] 203public bool PreserveLocalVariables => SyntaxMap != null;