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