2 references to FirstOrDefault
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Components\TagHelperDescriptorExtensions.cs (1)
66
binding.Attributes.
FirstOrDefault
(boundAttribute.PropertyName, static (kvp, propertyName) => kvp.Key == propertyName) is { Value: var bindingTypeName })
Microsoft.CodeAnalysis.Razor.Workspaces (1)
GoToDefinition\RazorComponentDefinitionHelpers.cs (1)
116
? boundTagHelper.BoundAttributes.
FirstOrDefault
(propertyName, static (a, propertyName) => a.Name == propertyName)