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)
44return obj is PlaceholderLocal other && _identifier.Equals(other._identifier); 47public override int GetHashCode() => _identifier.GetHashCode();