2 references to TryGetValue
Microsoft.Extensions.Configuration.Binder.SourceGeneration (2)
Emitter\CoreBindingHelpers.cs (1)
811string expressionForElementExists = $"{instanceIdentifier}.{Identifier.TryGetValue}({parsedKeyExpr}, out {elementTypeDisplayString} {Identifier.element})";
Emitter\Helpers.cs (1)
133public const string TryGetValue = nameof(TryGetValue);