3 references to TryGetValue
Microsoft.AspNetCore.Components (1)
Routing\RouteTableFactory.cs (1)
211seen.TryGetValue(current, out var existing);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpHeaders.cs (1)
140if (_internedHeaderNames.TryGetValue(name, out var internedName))
System.Private.Xml.Linq (1)
System\Xml\Schema\XNodeValidator.cs (1)
163if (!schemaInfos.TryGetValue(schemaInfo, out si))