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