1 write to _identifier
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.PlaceholderLocal.cs (1)
34
_identifier
= identifier;
3 references to _identifier
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.PlaceholderLocal.cs (3)
44
return obj is PlaceholderLocal other &&
_identifier
.Equals(other.
_identifier
);
47
public override int GetHashCode() =>
_identifier
.GetHashCode();