1 instantiation of PlaceholderLocal
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
4622
placeholder = new
PlaceholderLocal
(CurrentSymbol, identifier, type);
3 references to PlaceholderLocal
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (2)
418
private PooledDictionary<object,
PlaceholderLocal
>? _placeholderLocalsOpt;
4619
_placeholderLocalsOpt ??= PooledDictionary<object,
PlaceholderLocal
>.GetInstance();
FlowAnalysis\NullableWalker.PlaceholderLocal.cs (1)
44
return obj is
PlaceholderLocal
other && _identifier.Equals(other._identifier);