4 references to AreCloseEnough
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (2)
1803
Debug.Assert(
AreCloseEnough
(originalSymbol, updatedSymbol), $"Attempting to set {node.Syntax} from {originalSymbol.ToDisplayString()} to {updatedSymbol.ToDisplayString()}");
3385
return
AreCloseEnough
(original.OriginalDefinition, updated.OriginalDefinition);
FlowAnalysis\NullableWalker.SnapshotManager.cs (2)
132
Debug.Assert(
AreCloseEnough
(originalSymbol, updatedSymbol), @$"Symbol for `{debugText}` changed:
226
Debug.Assert(
AreCloseEnough
(originalSymbol, updatedSymbol));